GitHub Inside Claude Code for Grok
io.github.kirchlive/github-inside-claude-code
Normalized GitHub-CLI bridge for Claude Code — 89 ops, 6 families incl. federation sources
client:Grok
transport:stdio
runtime:pypi
Install GitHub Inside Claude Code in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"github-inside-claude-code": {
"type": "stdio",
"command": "uvx",
"args": [
"github-inside-claude-code"
],
"env": {
"TAVILY_API_KEY": "<TAVILY_API_KEY>",
"BRAVE_API_KEY": "<BRAVE_API_KEY>"
}
}
}
}
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