mcpbeat Sign in

Pseudonym MCP Server

local only

Pseudonym MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 106 installs a week from npm. Last commit 4 Sep 2026.

Locally pseudonymizes sensitive text before cloud LLM work and restores the tokens afterward.

Installs per day peak 28 · avg 9 · -47% w/w
a month agotoday
106
Installs / week
npm · pseudonym-mcp
2
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Pseudonym MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pseudonym-mcp -- npx -y pseudonym-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pseudonym-mcp": {
      "args": [
        "-y",
        "pseudonym-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pseudonym-mcp]
command = "npx"
args = ["-y", "pseudonym-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pseudonym-mcp": {
      "args": [
        "-y",
        "pseudonym-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pseudonym-mcp": {
      "args": [
        "-y",
        "pseudonym-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Pseudonym MCP

same job, measured the same way
Lucairn MCP Server
by declade

Pseudonymizes PII before your LLM and returns a cryptographically signed receipt per response.

77 installs/wk local only
Redacta MCP
by nickjlamb

Pseudonymise and restore patient identifiers & PII in text — local, HIPAA Safe Harbor mode.

48 installs/wk local only
Refinery MCP
by larelabs

Clean raw HTML into LLM-ready text before agents spend tokens.

47 installs/wk local only
Grounder
by rozetyp

Web grounding for local & cloud LLMs: search, fetch, token-capped evidence packs, and research.

160 installs/wk local only
Lethe
by jesusgarcia9009

Context GC for LLM agents: offload large tool outputs and recall them to save tokens.

110 installs/wk local only
notslop
by notslop

Agents report which MCP servers, APIs and CLIs actually worked. Look up before use, report after.

8 tools answering
C
Tokeven Cost Advisor
by tokeven

Price a Claude, GPT, Gemini or Grok call before you send it. Runs locally.

240 installs/wk local only
Umbryn MCP
by rinava

Redacts PII/PHI from text before it reaches an LLM. Fail-closed, self-hosted, no egress.

120 installs/wk local only

Pseudonym MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Pseudonym MCP?
Pseudonym MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package pseudonym-mcp was installed 106 times last week.
How do I connect Pseudonym MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pseudonym-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Pseudonym MCP?
The npm package pseudonym-mcp was installed 106 times in the last week. Week over week that is -47%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pseudonym MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.