Skip to content

circle agent stack mcp for Zed

io.github.kinance/circle-agent-stack-mcp

Circle Agent Stack for AI agents: USDC wallets, spend policies, transfers, and x402 nanopayments.

client:Zed transport:stdio runtime:npm

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

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

circle agent stack mcp in other clients