redacta mcp for Cursor
io.github.nickjlamb/redacta-mcp
Pseudonymise and restore patient identifiers & PII in text — local, HIPAA Safe Harbor mode.
client:Cursor
transport:stdio
runtime:npm
Install redacta mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"redacta-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"redacta-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs