Cursor MCP Integration

Run security scans from Cursor. Set up in 5 minutes.

Setup

// Add to .cursor/mcp.json:
{
  "mcpServers": {
    "security-scanner": {
      "command": "npx",
      "args": ["-y", "@anthropic/mcp-remote", "https://securityscanner.dev/v1/mcp"],
      "env": {
        "API_KEY": "sk-sec-YOUR_API_KEY"
      }
    }
  }
}

Prerequisites

How it works

The webhook triggers a full 70-module scan on your deployed URL. When the scan completes, you can check the grade and findings via the API or dashboard. Set min_grade to fail the pipeline if security drops below your threshold.

Full API docs →