Redacta
Rank #4,893io.github.nickjlamb/redacta-mcp
Pseudonymise and restore patient identifiers & PII in text — local, HIPAA Safe Harbor mode.
Redacta is a Model Context Protocol (MCP) server published by nickjlamb. It ranks #4,893 of 115,591 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Redacta is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Jun 12, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 110,698 of 115,591 servers on MCP Toplist.
Use Redacta
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add redacta-mcp -- npx -y redacta-mcp[mcp_servers.redacta-mcp]
command = "npx"
args = ["-y", "redacta-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"redacta-mcp": {
"command": "npx",
"args": [
"-y",
"redacta-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"redacta-mcp": {
"command": "npx",
"args": [
"-y",
"redacta-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"redacta-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"redacta-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"redacta-mcp": {
"command": "npx",
"args": [
"-y",
"redacta-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"redacta-mcp": {
"command": "npx",
"args": [
"-y",
"redacta-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nickjlamb%2Fredacta-mcp)<a href="https://mcptoplist.com/server/io.github.nickjlamb%2Fredacta-mcp"><img src="https://mcptoplist.com/badge/io.github.nickjlamb%2Fredacta-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
nickjlamb
Other servers by nickjlamb
View all nickjlamb servers →Available versions (3)
| Version | Published |
|---|---|
| 2.1.0 | Aug 9, 2026 |
| 2.0.0 | Aug 7, 2026 |
| 1.2.1 | Jun 12, 2026 |
Frequently asked questions
- Who maintains Redacta?
- Redacta is maintained by nickjlamb, which publishes 4 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Redacta listed on the Official MCP Registry?
- Yes — Redacta is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Redacta have?
- MCP Toplist tracks 3 versions of Redacta, most recently published on Aug 9, 2026.
- Where can I find the source code for Redacta?
- The source code for Redacta is hosted at github.com/nickjlamb/redacta.