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.

  1. pubcrawl PubMed & Europe PMC literature search, US/UK drug labelling, and clinical trials for AI assistants. ★ 13

05 · Facts

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