Skip to content
Zed

pexbot mcp for Zed

io.github.mikusnuz/pexbot-mcp

PexBot simulated spot/futures trading, competitions, portfolios, and AI analytics.

client:Zed transport:stdio runtime:npm

Install pexbot 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": {
    "pexbot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pexbot/mcp"
      ],
      "env": {
        "PEXBOT_API_KEY": "<PEXBOT_API_KEY>",
        "PEXBOT_TOKEN": "<PEXBOT_TOKEN>",
        "PEXBOT_TRADING_ACCOUNT": "<PEXBOT_TRADING_ACCOUNT>",
        "PEXBOT_API_URL": "<PEXBOT_API_URL>"
      }
    }
  }
}

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

pexbot mcp in other clients