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