mcp multi poc alpha for Grok
io.github.nithishr/mcp-multi-poc-alpha
PoC alpha server - base install, subcommand selection from a shared PyPI package.
client:Grok
transport:stdio
runtime:pypi
Install mcp multi poc alpha in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-multi-poc-alpha": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-multi-poc"
]
}
}
}
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