mcpbeat Sign in

Phi Guard MCP Server

local only

Phi Guard MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 538 installs a week from npm. Last commit 30 Aug 2026.

Local-first PHI detection for source code, LLM prompts, logs, and analytics

Installs per day peak 538 · avg 17
a month agotoday
538
Installs / week
npm · phi-guard-mcp
0
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Phi Guard 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 phi-guard-mcp -- npx -y phi-guard-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "phi-guard-mcp": {
      "args": [
        "-y",
        "phi-guard-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.phi-guard-mcp]
command = "npx"
args = ["-y", "phi-guard-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "phi-guard-mcp": {
      "args": [
        "-y",
        "phi-guard-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "phi-guard-mcp": {
      "args": [
        "-y",
        "phi-guard-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Phi Guard MCP

same job, measured the same way
Sipcode
by anuj7411

Context hygiene for Claude Code: drift detection, re-read dedup, and token analytics.

154 installs/wk local only
Prism Coder
by dcostenco

Session memory for coding agents: local-first recall, drift detection, on-device inference.

1 637 installs/wk local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
Readyorai
by tedoneobichajavascript

Zero-cost MCP server for local code inspection and best-practice recommendations

55 installs/wk local only
Diffpilot
by bkalafat

MCP server for PR code review, commit messages, changelogs, and secret detection.

local only
Adops MCP
by enzoemir1

CSV-first analytics for Google Ads + Meta Ads: reporting, anomaly detection, budget optimization.

85 installs/wk local only
Safeprompt
by safeprompt

Detect prompt injection, jailbreaks, and code injection in untrusted text before it reaches an LLM.

54 installs/wk local only
AI Context
by vibgrate

Local-first MCP server: version-correct library docs, code map, and offline drift for your repo.

1 529 installs/wk local only

Phi Guard MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Phi Guard MCP?
Phi Guard 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 phi-guard-mcp was installed 538 times last week.
How do I connect Phi Guard 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 phi-guard-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Phi Guard MCP?
The npm package phi-guard-mcp was installed 538 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Phi Guard MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.