phi-redact-mcp
by Rinava
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PHI_MCP_ENGINE | No | auto (Presidio if installed, else regex), regex, or presidio | auto |
| PHI_MCP_SPACY_MODEL | No | spaCy model for the Presidio engine | en_core_web_lg |
| PHI_MCP_MIN_CONFIDENCE | No | Trust threshold; detections below it fail closed | 0.5 |
| PHI_MCP_DETECTION_FLOOR | No | Below this, a signal is treated as noise | 0.35 |
| PHI_MCP_MAX_INPUT_CHARS | No | Reject larger input with a typed error | 100000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| redactA | Replace PHI/PII in text with reversible typed placeholders. |
| restoreB | Reverse a redaction using its token map, recovering the original text. |
| detectA | Report the PHI/PII entities found in text without modifying it. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rinava/phi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server