Skip to content
Claude Desktop

agent wallet for Claude Desktop

io.github.dingdawg/agent-wallet

Governed USDC wallet for AI agents — policy gates, spending caps, and Ed25519-signed receipts.

client:Claude Desktop transport:stdio runtime:npm

Install agent wallet in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agent-wallet": {
      "command": "npx",
      "args": [
        "-y",
        "dingdawg-agent-wallet"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

agent wallet in other clients