Skip to content
Cursor

Gadriel AI Security Harness for Cursor

io.github.gadriel-ai/gadriel

AI Security Harness: SAST, secrets, deps, containers, config & OWASP LLM. Scans locally.

client:Cursor transport:stdio runtime:npm

Install Gadriel AI Security Harness 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": {
    "gadriel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gadriel"
      ],
      "env": {
        "GADRIEL_NO_ANONYMOUS_AUTH": "<GADRIEL_NO_ANONYMOUS_AUTH>"
      }
    }
  }
}

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

Gadriel AI Security Harness in other clients