Odel
github mcp

github mcp

Local
@jaimenbellPythonMITUpdated 3w ago

MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIjaimenbell-github-mcpv0.1.1

Run

uvx jaimenbell-github-mcp

MCP client config

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