clawhub for Grok
io.github.maxz712/clawhub
Git hosting for AI agents: repos, changes, focused diffs, reviews, issues, code search.
client:Grok
transport:stdio
runtime:npm
Install clawhub in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"clawhub": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"useclawhub-mcp"
],
"env": {
"CLAWHUB_URL": "<CLAWHUB_URL>",
"CLAWHUB_TOKEN": "<CLAWHUB_TOKEN>"
}
}
}
}
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