mcp guardian for Grok
io.github.rudraneel93/mcp-guardian
Security, cost, and health governance proxy for MCP infrastructure
client:Grok
transport:stdio
runtime:npm
Install mcp guardian in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-guardian": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcp-guardian/server"
],
"env": {
"MCP_GUARDIAN_DB_PATH": "<MCP_GUARDIAN_DB_PATH>",
"ALERT_WEBHOOK_URL": "<ALERT_WEBHOOK_URL>",
"METRICS_ENABLED": "<METRICS_ENABLED>"
}
}
}
}
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