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 who work with agent skill, anonymization and healthcare and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-10 · ★ 8 · #49 OF 71 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-09-18

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, 24 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. ★ 14

05 · Facts

category
science & health - ranked #49 of 71 actively-maintained science & health servers as of 2026-09-18.
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-09-18, its last commit was 2026-09-10 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