qodercli mcp for Grok
io.github.cantbeblank96/qodercli-mcp
MCP server mode for Qoder CLI — delegate coding tasks to local Qoder agents from any MCP client.
client:Grok
transport:stdio
runtime:npm
Install qodercli mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"qodercli-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"qodercli-mcp"
],
"env": {
"QODERCLI_PATH": "<QODERCLI_PATH>",
"QODERCLI_DEFAULT_PERMISSION_MODE": "<QODERCLI_DEFAULT_PERMISSION_MODE>",
"HTTP_PROXY": "<HTTP_PROXY>",
"HTTPS_PROXY": "<HTTPS_PROXY>"
}
}
}
}
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