remote-mcp-github

nemolize/remote-mcp-github
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
Claude.ai-ready remote MCP server exposing GitHub as a custom connector, deployed to Cloudflare Workers (8 tools: list/search/inspect/create-issue/comment/branch)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "remote-mcp-github": {
      "command": "npx",
      "args": [
        "-y",
        "nemolize/remote-mcp-github"
      ]
    }
  }
}

README Excerpt

A Claude.ai-ready remote MCP server that exposes GitHub as a custom connector, deployed to Cloudflare Workers. Connect this server in `Claude.ai → Settings → Connectors → Add custom connector` and Claude can list/search/inspect your repositories, read files, fetch PR diffs, and (with `repo` scope) create issues, comment, and branch — all under the user's own GitHub identity via standard OAuth 2.1 / PKCE.

Tools (20)

add_assigneesadd_commentadd_labelscommit_filecommit_filescreate_branchcreate_issuecreate_pull_requestdelete_branchdelete_fileget_authenticated_userget_file_contentget_issueget_pr_diffget_repolist_brancheslist_issue_commentslist_labelslist_my_reposremove_assignees