mcp secret scrub for Cursor
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:Cursor
transport:stdio
runtime:pypi
Install mcp secret scrub in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-secret-scrub": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-secret-scrub"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs