Skip to content
Gemini CLI

bitget agent mcp for Gemini CLI

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

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

client:Gemini CLI transport:stdio runtime:npm

Install bitget agent mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

bitget agent mcp in other clients