Skip to content
Windsurf

mcp for Windsurf

io.github.hummingbot/mcp

MCP server exposing Hummingbot API for automated multi-exchange trading

client:Windsurf transport:stdio runtime:oci

Install mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp in other clients