Redacta MCP
Pseudonymise medical and clinical documents before they're processed by AI or shared. Redacta replaces patient identifiers with labelled tokens - [PATIENT_NAME_1], [NHS_NUMBER_1], [DATE_OF_BIRTH_1], … - while leaving the clinical meaning intact, and returns a redaction report alongside the cleaned text. It runs locally over stdio via the published package.
People connecting science & health tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-23 · ★ 8 · #26 OF 60 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-08-25
MIT-0 · TypeScript servers · how we verify → /methodology
01 · Install Redacta MCP
Claude Code
claude mcp add nickjlamb-redacta -- npx -y redacta-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"nickjlamb-redacta": {
"command": "npx",
"args": [
"-y",
"redacta-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT-0 - declared in the repository
npm package redacta-mcp - unscoped; check the name against the project README before installing
registry namespace io.github.nickjlamb is GitHub-verified and matches the repo owner
03 · What Redacta MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Latest releases
redacta-2.1.0 · 2026-08-09
redacta-2.0.0 · 2026-08-07
v1.2.0 · 2026-07-01
First tagged release. Redacta pseudonymises medical and clinical text · before AI processing, replacing patient identifiers with labelled · tokens while preserving clinical meaning. · Highlights · Two-layer detection…
04 · Who maintains Redacta MCP
redacta-mcp is maintained by nickjlamb. We track 4 MCP servers from nickjlamb - 4 actively maintained, 23 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from nickjlamb.
05 · Facts
- repository
- github.com/nickjlamb/redacta
- category
- science & health - ranked #26 of 60 actively-maintained science & health servers as of 2026-08-25.
- release cadence
- 3 releases in the last 90 days (latest 2026-08-09)
- registry
- io.github.nickjlamb/redacta-mcp (active, first published 2026-06-12 · 3 versions)
- packages
- npm:redacta-mcp
06 · Redacta MCP FAQ
What is Redacta MCP?
Pseudonymise medical and clinical documents before they're processed by AI or shared. Redacta replaces patient identifiers with labelled tokens - [PATIENT_NAME_1], [NHS_NUMBER_1], [DATE_OF_BIRTH_1], … - while leaving the clinical meaning intact, and returns a redaction report alongside the cleaned text. It runs locally over stdio via the published package.
Is Redacta MCP still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 3 releases in the last 90 days. We re-verify nightly.
How do I install Redacta MCP?
Run `npx -y redacta-mcp`. You can also paste the ready-made client config above.
Does Redacta MCP run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Redacta MCP
Alternatives to Redacta MCP
Maintained science & health servers if Redacta MCP isn't the fit.
- Arxiv MCP Server (blazickjp) Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP. ★ 3,071 · 2026-08-24
- Paper Banana Generate academic diagrams and statistical plots from text using multi-agent AI. ★ 2,279 · 2026-08-17
- Pyscn Python code analysis for AI agents: complexity, dead code, clones, coupling, and a health score. ★ 1,035 · 2026-08-25
- Pubmed MCP Server Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. ★ 137 · 2026-08-21
- FHIR MCP Server MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications ★ 132 · 2026-07-14
- Clinicaltrialsgov MCP Server Search ClinicalTrials.gov - find studies, retrieve results, match patients to eligible trials. ★ 90 · 2026-08-21
More science & health MCP servers · DICOM/HL7/FHIR Interoperability MCP Server · Omophub MCP · Kaiord · Patsnap Patent & Literature Search · Oncofiles
More TypeScript MCP servers · Swissgroceries MCP · Agentic Ads · Nifra docs · UI Beats · EVM Wallet Signer · see all