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
{
"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