mcp for Grok
io.github.hummingbot/mcp
MCP server exposing Hummingbot API for automated multi-exchange trading
client:Grok
transport:stdio
runtime:oci
Install mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/hummingbot/hummingbot-mcp:0.1.0"
],
"env": {
"HUMMINGBOT_API_URL": "<HUMMINGBOT_API_URL>",
"HUMMINGBOT_USERNAME": "<HUMMINGBOT_USERNAME>",
"HUMMINGBOT_PASSWORD": "<HUMMINGBOT_PASSWORD>"
}
}
}
}
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