umbryn mcp for Windsurf
io.github.rinava/umbryn-mcp
Redacts PII/PHI from text before it reaches an LLM. Fail-closed, self-hosted, no egress.
client:Windsurf
transport:stdio
runtime:pypi
Install umbryn mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"umbryn-mcp": {
"command": "uvx",
"args": [
"umbryn-mcp"
],
"env": {
"UMBRYN_ENGINE": "<UMBRYN_ENGINE>",
"UMBRYN_MIN_CONFIDENCE": "<UMBRYN_MIN_CONFIDENCE>",
"UMBRYN_DETECTION_FLOOR": "<UMBRYN_DETECTION_FLOOR>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs