Odel
pseudonym mcp

pseudonym mcp

Local
@woladiTypeScriptMITUpdated 1w ago

Locally pseudonymizes sensitive text before cloud LLM work and restores the tokens afterward.

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

npmpseudonym-mcpv0.9.0

Run

npx -y pseudonym-mcp

MCP client config

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