Skip to content
Grok

phi guard mcp for Grok

io.github.abidit/phi-guard-mcp

Local-first PHI detection for source code, LLM prompts, logs, and analytics

client:Grok transport:stdio runtime:npm

Install phi guard mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "phi-guard-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "phi-guard-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

phi guard mcp in other clients