MCP Server
Maintained
io.github.dingdawg/agent-wallet MCP Server
io.github.dingdawg/agent-wallet
What is the io.github.dingdawg/agent-wallet MCP server?
Governed USDC wallet for AI agents — policy gates, spending caps, and Ed25519-signed receipts.
How to install io.github.dingdawg/agent-wallet
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agent-wallet": {
"command": "npx",
"args": [
"-y",
"dingdawg-agent-wallet"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agent-wallet": {
"command": "npx",
"args": [
"-y",
"dingdawg-agent-wallet"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-wallet": {
"command": "npx",
"args": [
"-y",
"dingdawg-agent-wallet"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agent-wallet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dingdawg-agent-wallet"
]
}
}
}Claude Code
claude mcp add agent-wallet -- npx -y dingdawg-agent-walletRelated MCP servers
io.github.dingdawg/dingdawg-code-review
Maintained
AI code review — security, quality, performance. Learns your patterns. Receipted.
1
View repository →Python
MIT
io.github.dingdawg/dingdawg-compliance
Maintained
EU AI Act + Colorado AI Act compliance scoring. 87/100 in 60 seconds. Free local scan.
1
View repository →Python
io.github.dingdawg/dingdawg-data-agent
Maintained
AI data agent — schema analysis, query optimization, PII detection, pipelines.
1
View repository →Python
MIT
io.github.dingdawg/dingdawg-devops-agent
Maintained
DevOps AI. Deploy checks, incident analysis, infra audit. Learns from past failures.
1
View repository →Python
MIT
Financial analysis AI. Forecasting, audit prep, SOX/GAAP compliance. Accuracy compounds with use.
1
View repository →JavaScript
io.github.dingdawg/dingdawg-governance
Maintained
Universal governance layer for AI agents. MCP-native, fail-closed, audit proofs and rollback.
1
View repository →JavaScript
MIT