Odel
Redact MCP

Redact MCP

Local
@r33526JavaScriptUpdated 5mo ago

Auto-detects and obfuscates PII (IPs, emails, API keys, names) so Claude never sees real client data

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mattzam/redact-mcpv2.0.4

Run

npx -y @mattzam/redact-mcp

MCP client config

{
  "mcpServers": {
    "redact-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mattzam/redact-mcp"
      ]
    }
  }
}