unlimited-mcp for Grok
io.github.triumsebas/unlimited-mcp
Delegate coding and sysops tasks to cheaper agents or local LLMs via durable background job queues.
client:Grok
transport:stdio
runtime:pypi
Install unlimited-mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"unlimited-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"unlimited-mcp"
]
}
}
}
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