mcpwarden

UnterwegsDev/mcpwarden
★ 0 stars Python Code/Dev Tools Updated 3d ago
Security auditor for locally installed MCP servers - config hygiene + tool-definition rug-pull detection
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpwarden": {
      "command": "uvx",
      "args": [
        "mcpwarden"
      ]
    }
  }
}

Or install with pip: pip install mcpwarden

README Excerpt

Audit the MCP servers you've wired into your local clients (Claude Desktop, Cursor, VS Code, Windsurf, ...) before they audit you. Most people install an MCP server by pasting an `mcpServers` block from some README and never look at it again. Two things go wrong with that: 1. The launch command or env is sketchy from day one — a hardcoded token, a

Topics

clidevsecopsmcpmodel-context-protocolprompt-injectionpythonsecuritysupply-chain-securitytool-poisoning