mcp secret scrub for Claude Desktop
io.github.sudo-ai-git/mcp-secret-scrub
Deterministic no-LLM MCP server that scrubs secrets before they reach an agent. Never leaks values.
client:Claude Desktop
transport:stdio
runtime:pypi
Install mcp secret scrub in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-secret-scrub": {
"command": "uvx",
"args": [
"mcp-secret-scrub"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs