Skip to content

zentric protocol mcp for Grok

io.github.zentricprotocol/zentric-protocol-mcp

Prompt injection + PII detection for LLM apps and agent pipelines. Deterministic, sub-25ms.

client:Grok transport:stdio runtime:npm

Install zentric protocol mcp in Grok

.mcp.json (in your project root)

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

zentric protocol mcp in other clients