mcp-security-scanner

Wh0FF24/mcp-security-scanner
★ 0 stars Python 🔒 Security Updated today
Security scanner for MCP servers. Detects command injection, hardcoded secrets, path traversal, SSRF, unsafe deserialization. Open source core. Enterprise: $49/mo at whoffagents.com
View on GitHub →

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-security-scanner": {
      "command": "uvx",
      "args": [
        "mcp-security-scanner"
      ]
    }
  }
}

Or install with pip: pip install mcp-security-scanner