Odel
redacta

redacta

Local
@nickjlamb8TypeScriptMIT-0Updated 1w ago

Pseudonymise and restore patient identifiers & PII in text — local, HIPAA Safe Harbor mode.

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).

npmredacta-mcpv2.1.0

Run

npx -y redacta-mcp

MCP client config

{
  "mcpServers": {
    "redacta": {
      "command": "npx",
      "args": [
        "-y",
        "redacta-mcp"
      ]
    }
  }
}