Skip to content

mcp server security scanner for Cursor

io.github.vpatser1/mcp-server-security-scanner

Scan MCP configs for 30+ CVEs, prompt injection, tool poisoning; validate OAuth configs

client:Cursor transport:stdio runtime:npm

Install mcp server security scanner in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-security-scanner": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-security-scanner"
      ],
      "env": {
        "LICENSE_KEY": "<LICENSE_KEY>"
      }
    }
  }
}

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

mcp server security scanner in other clients