Skip to content
Zed

bitget agent mcp for Zed

io.github.bitget-ai/bitget-agent-mcp

Official Bitget MCP Server for the Unified Trading Account (UTA v3) API.

client:Zed transport:stdio runtime:npm

Install bitget agent 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": {
    "bitget-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bitget-ai/bitget-agent-mcp"
      ],
      "env": {
        "BITGET_API_KEY": "<BITGET_API_KEY>",
        "BITGET_SECRET_KEY": "<BITGET_SECRET_KEY>",
        "BITGET_PASSPHRASE": "<BITGET_PASSPHRASE>"
      }
    }
  }
}

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

bitget agent mcp in other clients