umbryn mcp for Cline
io.github.rinava/umbryn-mcp
Redacts PII/PHI from text before it reaches an LLM. Fail-closed, self-hosted, no egress.
client:Cline
transport:stdio
runtime:pypi
Install umbryn 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": {
"umbryn-mcp": {
"command": "uvx",
"args": [
"umbryn-mcp"
],
"env": {
"UMBRYN_ENGINE": "<UMBRYN_ENGINE>",
"UMBRYN_MIN_CONFIDENCE": "<UMBRYN_MIN_CONFIDENCE>",
"UMBRYN_DETECTION_FLOOR": "<UMBRYN_DETECTION_FLOOR>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs