← Index

io.github.davidweb3-ctrl/github

io.github.davidweb3-ctrl/github·v1.0.0·Git & Code Hosting
Quality Score
85
/100

GitHub MCP Server - List PRs, issues, repo info, and search code

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": [
        "-y",
        "@davidweb3-ctrl/mcp-github-server"
      ],
      "env": {
        "GITHUB_TOKEN": "<your-github_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": [
        "-y",
        "@davidweb3-ctrl/mcp-github-server"
      ],
      "env": {
        "GITHUB_TOKEN": "<your-github_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @davidweb3-ctrl/mcp-github-server
§02  Environment variables
GITHUB_TOKEN
requiredsecret

GitHub Personal Access Token

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Git & Code Hosting