Skip to content
Zed

mcp for Zed

io.github.hummingbot/mcp

MCP server exposing Hummingbot API for automated multi-exchange trading

client:Zed transport:stdio runtime:oci

Install mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp in other clients