mcp-security-audit

thesquirrel437fr/mcp-security-audit
★ 0 stars Python Security Updated today
Security scanner for MCP (Model Context Protocol) servers
View on GitHub → Try with Claude — $10 free →

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

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

README Excerpt

**Security scanner for MCP (Model Context Protocol) servers.** Scans MCP endpoints for: - Missing authentication - Secrets hardcoded in tool definitions - Secret leakage in tool responses - Unsafe shell execution patterns - Unsafe file write operations - Missing rate limiting ```bash pip install mcp-security-audit