agent wallet for Cline
io.github.dingdawg/agent-wallet
Governed USDC wallet for AI agents — policy gates, spending caps, and Ed25519-signed receipts.
client:Cline
transport:stdio
runtime:npm
Install agent wallet in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"agent-wallet": {
"command": "npx",
"args": [
"-y",
"dingdawg-agent-wallet"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs