Skip to content
Cline

pseudonym mcp for Cline

io.github.woladi/pseudonym-mcp

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

client:Cline transport:stdio runtime:npm

Install pseudonym mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

pseudonym mcp in other clients