Skip to main content
Glama
Rinava

phi-redact-mcp

by Rinava

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PHI_MCP_ENGINENoauto (Presidio if installed, else regex), regex, or presidioauto
PHI_MCP_SPACY_MODELNospaCy model for the Presidio engineen_core_web_lg
PHI_MCP_MIN_CONFIDENCENoTrust threshold; detections below it fail closed0.5
PHI_MCP_DETECTION_FLOORNoBelow this, a signal is treated as noise0.35
PHI_MCP_MAX_INPUT_CHARSNoReject larger input with a typed error100000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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