Skip to content
Zed

Codex CCXT MCP for Zed

io.github.lucyfox199818-collab/ccxt-mcp

Dry-run-first CCXT MCP with market, account, derivatives, and guarded trading tools.

client:Zed transport:stdio runtime:oci

Install Codex CCXT 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": {
    "ccxt-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0"
      ],
      "env": {
        "BINANCE_API_KEY": "<BINANCE_API_KEY>",
        "BINANCE_API_SECRET": "<BINANCE_API_SECRET>",
        "CCXT_EXCHANGE_ID": "<CCXT_EXCHANGE_ID>",
        "CCXT_DEFAULT_TYPE": "<CCXT_DEFAULT_TYPE>",
        "CCXT_SANDBOX": "<CCXT_SANDBOX>",
        "CCXT_ENABLE_TRADING": "<CCXT_ENABLE_TRADING>",
        "CCXT_DRY_RUN": "<CCXT_DRY_RUN>"
      }
    }
  }
}

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

Codex CCXT MCP in other clients