pseudonym mcp for Zed
io.github.woladi/pseudonym-mcp
Locally pseudonymizes sensitive text before cloud LLM work and restores the tokens afterward.
client:Zed
transport:stdio
runtime:npm
Install pseudonym mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pseudonym-mcp": {
"command": "npx",
"args": [
"-y",
"pseudonym-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs