Skip to content
Grok

redaction for Grok

one.secureai/redaction

Takes the people out of text before a model sees it, and puts them back in the reply.

client:Grok transport:streamable-http

Install redaction in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "redaction": {
      "type": "http",
      "url": "https://secureai.one/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

redaction in other clients