Skip to content
Grok

Tool-Guardian-Proxy for Grok

io.github.evozim/tool-guardian

Safety execution proxy protecting clients during tool calls.

client:Grok transport:sse

Install Tool-Guardian-Proxy in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "tool-guardian": {
      "type": "sse",
      "url": "https://tool-guardian-mcp.vercel.app/api/mcp"
    }
  }
}

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

Tool-Guardian-Proxy in other clients