Skip to content
Cursor

phi guard mcp for Cursor

io.github.abidit/phi-guard-mcp

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

client:Cursor transport:stdio runtime:npm

Install phi guard mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "phi-guard-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "phi-guard-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

phi guard mcp in other clients