Phi Guard MCP Server
Rank #26,615io.github.Abidit/phi-guard-mcp
Local-first PHI detection for source code, LLM prompts, logs, and analytics
Phi Guard MCP Server is a Model Context Protocol (MCP) server published by Abidit. It ranks #26,615 of 115,460 servers tracked on MCP Toplist. Phi Guard MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 29, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 88,845 of 115,460 servers on MCP Toplist.
Use Phi Guard MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add phi-guard-mcp -- npx -y phi-guard-mcp[mcp_servers.phi-guard-mcp]
command = "npx"
args = ["-y", "phi-guard-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"phi-guard-mcp": {
"command": "npx",
"args": [
"-y",
"phi-guard-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"phi-guard-mcp": {
"command": "npx",
"args": [
"-y",
"phi-guard-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"phi-guard-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"phi-guard-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"phi-guard-mcp": {
"command": "npx",
"args": [
"-y",
"phi-guard-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"phi-guard-mcp": {
"command": "npx",
"args": [
"-y",
"phi-guard-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Abidit%2Fphi-guard-mcp)<a href="https://mcptoplist.com/server/io.github.Abidit%2Fphi-guard-mcp"><img src="https://mcptoplist.com/badge/io.github.Abidit%2Fphi-guard-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Abidit
Other servers by Abidit
View all Abidit servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Aug 29, 2026 |
Frequently asked questions
- Who maintains Phi Guard MCP Server?
- Phi Guard MCP Server is maintained by Abidit, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Phi Guard MCP Server listed on the Official MCP Registry?
- Yes — Phi Guard MCP Server is listed on the Official MCP Registry.
- How many versions does Phi Guard MCP Server have?
- MCP Toplist tracks 1 version of Phi Guard MCP Server, most recently published on Aug 29, 2026.
- Where can I find the source code for Phi Guard MCP Server?
- The source code for Phi Guard MCP Server is hosted at github.com/Abidit/phi-guard-mcp.