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