circle agent stack mcp for Cursor
io.github.kinance/circle-agent-stack-mcp
Circle Agent Stack for AI agents: USDC wallets, spend policies, transfers, and x402 nanopayments.
client:Cursor
transport:stdio
runtime:npm
Install circle agent stack mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"circle-agent-stack-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"circle-agent-stack-mcp"
],
"env": {
"CIRCLE_API_KEY": "<CIRCLE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs