Skip to content
Cursor

pseudonym mcp for Cursor

io.github.woladi/pseudonym-mcp

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

client:Cursor transport:stdio runtime:npm

Install pseudonym mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pseudonym mcp in other clients