mcp for Claude Code
io.github.hummingbot/mcp
MCP server exposing Hummingbot API for automated multi-exchange trading
client:Claude Code
transport:stdio
runtime:oci
Install mcp in Claude Code
run in your project directory
claude mcp add mcp -e HUMMINGBOT_API_URL=<HUMMINGBOT_API_URL> -e HUMMINGBOT_USERNAME=<HUMMINGBOT_USERNAME> -e HUMMINGBOT_PASSWORD=<HUMMINGBOT_PASSWORD> -- docker run -i --rm docker.io/hummingbot/hummingbot-mcp:0.1.0
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs