Redact MCP for Grok
io.github.r3352/redact-mcp
Auto-detects and obfuscates PII (IPs, emails, API keys, names) so Claude never sees real client data
client:Grok
transport:stdio
runtime:npm
Install Redact MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"redact-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mattzam/redact-mcp"
],
"env": {
"REDACT_AUDIT_LOG": "<REDACT_AUDIT_LOG>",
"REDACT_DATA_DIR": "<REDACT_DATA_DIR>"
}
}
}
}
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