MCP Safety Warden for Grok
io.github.gautamvarmadatla/mcpsafetywarden
MCP proxy adding security scanning, behavioral profiling, risk gating, and safe tool call execution.
client:Grok
transport:stdio
runtime:pypi
Install MCP Safety Warden in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcpsafetywarden": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpsafetywarden"
]
}
}
}
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