-MCP-server-security-auditor

Zentin-L/-MCP-server-security-auditor
★ 0 stars Python Security Updated 1d ago
A security scanner for MCP servers — catches AI tools that lie about what they do before your agent trusts them.
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": {
    "-mcp-server-security": {
      "command": "uvx",
      "args": [
        "-mcp-server-security-auditor"
      ]
    }
  }
}

Or install with pip: pip install -mcp-server-security-auditor