Gadriel AI Security Harness for Grok
io.github.gadriel-ai/gadriel
AI Security Harness: SAST, secrets, deps, containers, config & OWASP LLM. Scans locally.
client:Grok
transport:stdio
runtime:npm
Install Gadriel AI Security Harness in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gadriel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gadriel"
],
"env": {
"GADRIEL_NO_ANONYMOUS_AUTH": "<GADRIEL_NO_ANONYMOUS_AUTH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs