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
{
"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