github-mcp

jaimenbell/github-mcp
★ 0 stars Python API Integration Updated today
Public read+write reference MCP server over the GitHub REST API. Env-gated tool groups (write off by default), typed rate-limit/error handling, honest capabilities table. Reference portfolio implementation, not the official GitHub MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "github-mcp": {
      "command": "uvx",
      "args": [
        "github-mcp"
      ]
    }
  }
}

Or install with pip: pip install github-mcp

README Excerpt

A public read+write MCP server over the GitHub REST API, built to the pyproject, fastmcp server, honest README, real test suite) with env-gated tool groups (**write disabled by default**). **Not the official GitHub MCP server** -- see below. ``` pip install jaimenbell-github-mcp ``` ```jsonc // Add to your MCP host config (e.g. Claude Desktop/Code's mcpServers block)

Tools (5)

GITHUB_MCP_ENABLE_WRITEGITHUB_MCP_LIVEGITHUB_TOKENreadwrite

Topics

claudemcpmodel-context-protocol