★ 0 stars
Python
💻 Code/Dev Tools
Updated today
Self-hosted GitHub MCP server. PAT auth, stdio transport, transport-agnostic so it works with Claude Code (any account), Codex CLI, Cursor, or any MCP-compliant client.
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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"github-mcp": {
"command": "uvx",
"args": [
"github-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add github-mcp uvx github-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"github-mcp": {
"command": "uvx",
"args": [
"github-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install github-mcp
README Excerpt
<!-- mycelium-badges:start --> <p> <a href="https://github.com/adelaidasofia/github-mcp/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/adelaidasofia/github-mcp?color=blue"></a> <a href="https://github.com/adelaidasofia/github-mcp/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/adelaidasofia/github-mcp?color=eab308"></a>
Tools (7)
get_file get_pr health_check list_dependabot_alerts list_prs merge_pr put_file