remote-mcp-github-oauth

yasuaki640/remote-mcp-github-oauth
★ 0 stars TypeScript 🔒 Security Updated today
Remote MCP server on Cloudflare Workers that provides GitHub API tools with OAuth authentication
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-oa": {
      "command": "npx",
      "args": [
        "-y",
        "yasuaki640/remote-mcp-github-oauth"
      ]
    }
  }
}

README Excerpt

A remote [MCP](https://modelcontextprotocol.io/introduction) server that provides GitHub API tools with OAuth authentication, deployed on [Cloudflare Workers](https://developers.cloudflare.com/workers/). Users connect via MCP clients (Claude Desktop, Cursor, etc.) and authenticate with their GitHub account. The server then provides tools for interacting with GitHub repositories, issues, pull requests, and more.

Tools (17)

create_issuecreate_issue_commentcreate_pull_request_reviewget_file_contentsget_issueget_pull_requestget_pull_request_diffget_repographqllist_issue_commentslist_issueslist_pull_requestslist_repossearch_codesearch_issuessearch_reposupdate_issue