2 months ago
Control GitHub entirely through Claude — in plain English. 19 tools for repos, PRs, issues, branches, commits, releases, and GitHub Actions. 26x smaller responses than the official GitHub MCP.
No Docker required.
Server Config
{
"mcpServers": {
"github-mcp-server": {
"command": "node",
"args": [
"/path/to/github-mcp-server/dist/index.js"
],
"env": {
"GITHUB_TOKEN": "your_github_token_here"
}
}
}
}