circle agent stack mcp for Grok
io.github.kinance/circle-agent-stack-mcp
Circle Agent Stack for AI agents: USDC wallets, spend policies, transfers, and x402 nanopayments.
client:Grok
transport:stdio
runtime:npm
Install circle agent stack mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"circle-agent-stack-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"circle-agent-stack-mcp"
],
"env": {
"CIRCLE_API_KEY": "<CIRCLE_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs