MCP server exposing Philter's self-hosted PII and PHI redaction as tools for AI agents.
261
A Model Context Protocol (MCP) server that exposes Philter's PII and PHI redaction as tools any MCP-aware client can call. Redact sensitive data from inside an agent's tool loop in Claude Desktop, Claude Code, Cursor, Continue, and Goose, without writing integration code.
This image is a thin client. It talks to a Philter instance you run, so text stays inside your own environment.
Source and documentation: github.com/philterd/philter-mcp
The default transport is stdio, so an MCP client can launch the container directly:
docker run -i --rm \
-e PHILTER_BASE_URL=https://host.docker.internal:8080 \
-e PHILTER_VERIFY_SSL=false \
philterd/philter-mcp
Apache 2.0. Source at github.com/philterd/philter-mcp.
Content type
Image
Digest
sha256:217197cf6…
Size
55 MB
Last updated
21 days ago
docker pull philterd/philter-mcp