Skip to content
Zed

mcp circle for Zed

io.github.codespar/mcp-circle

MCP server for Circle — USDC payments, wallets, payouts, transfers

client:Zed transport:stdio runtime:npm

Install mcp circle 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": {
    "mcp-circle": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-circle"
      ],
      "env": {
        "CIRCLE_API_KEY": "<CIRCLE_API_KEY>"
      }
    }
  }
}

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

mcp circle in other clients