agent wallet for Cursor
io.github.dingdawg/agent-wallet
Governed USDC wallet for AI agents — policy gates, spending caps, and Ed25519-signed receipts.
client:Cursor
transport:stdio
runtime:npm
Install agent wallet in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-wallet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dingdawg-agent-wallet"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs