Skip to content
Cursor

mcp for Cursor

io.github.hummingbot/mcp

MCP server exposing Hummingbot API for automated multi-exchange trading

client:Cursor transport:stdio runtime:oci

Install mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp in other clients