PluginBench
MCP Server
Active
MIT

io.github.rudimentall1/agentic-wallet-guardian-v3 MCP Server

io.github.rudimentall1/agentic-wallet-guardian-v3

What is the io.github.rudimentall1/agentic-wallet-guardian-v3 MCP server?

Explainable ALLOW/WARN/BLOCK risk decisions for AI agent actions before execution, signed as OAA.

How to install io.github.rudimentall1/agentic-wallet-guardian-v3

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": {
    "agentic-wallet-guardian-v3": {
      "command": "uvx",
      "args": [
        "agentic-wallet-guardian-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentic-wallet-guardian-v3": {
      "command": "uvx",
      "args": [
        "agentic-wallet-guardian-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentic-wallet-guardian-v3": {
      "command": "uvx",
      "args": [
        "agentic-wallet-guardian-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentic-wallet-guardian-v3": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agentic-wallet-guardian-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add agentic-wallet-guardian-v3 -- uvx agentic-wallet-guardian-mcp

Related MCP servers

Deterministic policy firewall for AI agent tool calls - YAML rules, not a fuzzy risk score.

1
Python
MIT
View repository →