Sign inSign up

philterd/philter-mcp

By philterd

Updated 21 days ago

MCP server exposing Philter's self-hosted PII and PHI redaction as tools for AI agents.

Image
0

261

philterd/philter-mcp repository overview

philter-mcp

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

Quick start

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

License

Apache 2.0. Source at github.com/philterd/philter-mcp.

Tag summary

Content type

Image

Digest

sha256:217197cf6

Size

55 MB

Last updated

21 days ago

docker pull philterd/philter-mcp