GitHub for Grok
io.github.abhishekkumar2021/github
GitHub via MCP: search, repos, issues, PRs, files, notifications. OAuth device flow or token.
client:Grok
transport:stdio
runtime:npm
Install GitHub in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"github": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@abhishekmcp/github"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"GITHUB_CLIENT_ID": "<GITHUB_CLIENT_ID>",
"GITHUB_READONLY": "<GITHUB_READONLY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs