mcp github for Grok
io.github.infoinlet-marketplace/mcp-github
GitHub for AI agents — repos, files, code search, issues, PRs, commits. Read-only default.
client:Grok
transport:stdio
runtime:npm
Install mcp github in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-github": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-github"
]
}
}
}
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