MCP Server
io.github.nickjlamb/redacta-mcp MCP Server
io.github.nickjlamb/redacta-mcp
What is the io.github.nickjlamb/redacta-mcp MCP server?
Pseudonymise and restore patient identifiers & PII in text — local, HIPAA Safe Harbor mode.
How to install io.github.nickjlamb/redacta-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"redacta-mcp": {
"command": "npx",
"args": [
"-y",
"redacta-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"redacta-mcp": {
"command": "npx",
"args": [
"-y",
"redacta-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"redacta-mcp": {
"command": "npx",
"args": [
"-y",
"redacta-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"redacta-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"redacta-mcp"
]
}
}
}Claude Code
claude mcp add redacta-mcp -- npx -y redacta-mcpRelated MCP servers
PubMed literature search and US/UK drug labelling for AI assistants.
View repository →