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).
Run
npx -y pseudonym-mcp
MCP client config
{
"mcpServers": {
"pseudonym-mcp": {
"command": "npx",
"args": [
"-y",
"pseudonym-mcp"
]
}
}
}