AgentHub - Lean MCP Orchestrator for Grok
io.github.propstreet/agenthub
Enables coding agents to coordinate edits, reviews, and escalations without file locking conflicts
client:Grok
transport:stdio
runtime:npm
Install AgentHub - Lean MCP Orchestrator in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agenthub": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@propstreet/agenthub"
]
}
}
}
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