Skip to content
Cursor

mcp server security audit for Cursor

io.github.joepangallo/mcp-server-security-audit

Scan websites for security vulnerabilities, headers, TLS, and email security.

client:Cursor transport:stdio runtime:npm

Install mcp server security audit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-server-security-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-security-audit"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp server security audit in other clients