Integrations
Integrations
A list of platforms, services, and frameworks that Philterd's open source PII redaction toolkit integrates with. Every integration runs self-hosted inside your perimeter. Don't see the integration you need? Contact us and we'll work with you.
Data warehouses and query engines
| Platform | Products | Description | |
|---|---|---|---|
| Snowflake | Philter Phileas | Java UDF, external function, or ETL-stage redaction. Redact PII inside free-text columns without data leaving the Snowflake account. | Blog post → |
| Apache Trino | Phileas | The <a href="https://github.com/philterd/phileas-trino-connector" target="_blank" rel="noopener noreferrer">Phileas Trino Connector</a>, now open source under Apache 2.0, makes PII redaction a SQL primitive across federated data sources. Drop the connector into your Trino cluster and call redaction functions in any query, joining and filtering on redacted columns the same way you would on plaintext. | Blog post →Visit → |
Streaming platforms
| Platform | Products | Description | |
|---|---|---|---|
| Apache Kafka | Philter Phileas | Three patterns: Kafka Streams with embedded Phileas, sidecar consumer/producer hitting the Philter API, or a Kafka Connect Single Message Transform. | Blog post → |
| Amazon Kinesis | Philter Phileas | KCL/KPL integration with embedded Phileas for redaction before data lands in its destination. | Blog post → |
| Amazon Kinesis Firehose | Philter | Lambda-based data transformation for real-time PII redaction during delivery to S3, Redshift, or OpenSearch. | Blog post → |
Search and analytics
| Platform | Products | Description | |
|---|---|---|---|
| OpenSearch | Phinder | Phinder PII Plugin redacts sensitive data from search results before they reach end users. | Blog post → |
| Elasticsearch | Phinder | Redact sensitive data from search results before they reach end users via the Phinder plugin. | Blog post → |
| Graylog | Phileas | Graylog has integrated Phileas natively for PII and PHI redaction in centralized log management. | Blog post → |
| Splunk | Philter | Pre-ingest redaction for log pipelines. Redact PII before it reaches your Splunk index. | |
| Datadog | Philter | Pre-ingest redaction for observability pipelines. Strip PII from logs before they leave your perimeter. |
LLM and AI platforms
The Philter AI Proxy sits between your application and the LLM provider, redacting PII from prompts before they reach the provider.
| Platform | Products | Description | |
|---|---|---|---|
| OpenAI | Philter AI Proxy | Drop-in proxy for the OpenAI API. Change the base URL and PII is redacted from every prompt. | View product → |
| Anthropic Claude | Philter AI Proxy | Drop-in proxy for the Claude API. Same base-URL swap, same redaction. | View product → |
| Google Gemini | Philter AI Proxy | Drop-in proxy for the Gemini API. Same base-URL swap, same redaction. | View product → |
| Ollama | Philter AI Proxy | Drop-in proxy for local LLMs via Ollama. Redact prompts to self-hosted models. | View product → |
| LangChain | Philter Phileas | Redaction step in LangChain chains and RAG pipelines. Redact before you embed, retrieve, or generate. | Blog post → |
AI dev tools and MCP-aware clients
Philter MCP is an open source Model Context Protocol server that exposes Philter redaction as tools any MCP-aware client can call, directly inside an agent's tool loop.
| Platform | Products | Description | |
|---|---|---|---|
| Claude Desktop | Philter MCP | Add a short JSON block to claude_desktop_config.json and Philter's redaction tools appear in the tools menu. Redact text or files before they enter a conversation. | View product → |
| Claude Code | Philter MCP | Register the server with a single claude mcp add command, then redact PII from inside your terminal-based agent sessions. | View product → |
| Cursor | Philter MCP | Point Cursor's MCP configuration at philter-mcp to give the in-editor agent redaction tools. | View product → |
| Continue | Philter MCP | Add philter-mcp as an MCP server so the Continue assistant can redact PII and PHI inline. | View product → |
| Goose | Philter MCP | Connect philter-mcp as an extension so Goose can redact sensitive data during automated tasks. | View product → |
Vector databases
PII should be redacted before text is embedded and stored. These vector databases work with the redact-before-embed pattern documented in the privacy-aware RAG guide.
| Platform | Products | Description | |
|---|---|---|---|
| Chroma | Philter Phileas | Self-hosted, open source vector database. Redact before embedding for privacy-safe RAG. | |
| Qdrant | Philter Phileas | Self-hosted vector search engine. Pair with Philter for PII-free embeddings. | |
| Milvus | Philter Phileas | Self-hosted, scalable vector database for large-scale RAG deployments. | |
| pgvector | Philter Phileas | Vector search as a PostgreSQL extension. No new infrastructure required. | |
| OpenSearch k-NN | Phinder | Vector search within your existing OpenSearch cluster. |
Cloud object storage
| Platform | Products | Description | |
|---|---|---|---|
| Amazon S3 | Phinder Philter | PII discovery via Phinder crawl, plus event-driven redaction with Macie, Lambda, and Philter. | Blog post → |
| Google Cloud Storage | Phinder | PII discovery crawl across GCS buckets. | View product → |
| Azure Blob Storage | Phinder | PII discovery crawl across Azure Blob containers. | View product → |
| Local filesystems | Phinder | Scan local directories and network mounts for sensitive data. | View product → |
Cloud marketplaces
Deploy Philter with one click into your own cloud account. Per-instance-hour billing, no procurement contract.
| Platform | Products | Description | |
|---|---|---|---|
| AWS Marketplace | Philter | Subscribe, launch into your VPC, and POST text to /api/filter. Running in under 5 minutes. | View product →Visit → |
| Google Cloud Marketplace | Philter | One-click deployment into your GCP project. | Visit → |
| Microsoft Azure Marketplace | Philter | One-click deployment into your Azure subscription. | Visit → |
Monitoring and alerting
| Platform | Products | Description | |
|---|---|---|---|
| PagerDuty | Phield | Alert destination for PII trend deviations. Get paged when entity counts spike. | View product → |
| Slack | Phield | Alert destination for PII trend deviations. Notifications in your team channel. | View product → |
| MongoDB | Phield | Time-series storage for PII counts. Optional: Phield falls back to in-memory when MongoDB is not available. | |
| Apache Kafka | Phield | Ingestion source for PII type counts. Publish counts to a Kafka topic for Phield to consume. | View product → |
CI/CD and developer workflow
| Platform | Products | Description | |
|---|---|---|---|
| GitHub Actions | Philter Scope Philter | PII scanning on pull requests and policy regression tests in CI. Fail the build when accuracy drops. | Blog post → |
| GitLab CI | Philter Scope | Policy regression tests in GitLab CI pipelines. | Blog post → |
| Pre-commit hooks | Philter | Catch PII before it enters version control. Scan staged files on every commit. | Blog post → |
Infrastructure as code
| Platform | Products | Description | |
|---|---|---|---|
| AWS CloudFormation | Philter | Templates for single-instance and auto-scaled Philter deployments on AWS. | |
| Terraform | Philter | Terraform scripts for Philter deployment on AWS. | |
| Docker | All | Container images for every Philterd tool. Pull and run with no build step. | |
| Kubernetes | Philter Phileas | Stateless horizontal scaling via K8s. Deploy as many replicas as your throughput requires. |
SDKs and client libraries
Embed redaction directly in your application with no network hop. Full details on the SDKs page.
| Platform | Products | Description | |
|---|---|---|---|
| Java | Phileas Philter | phileas-core (embedded library) and philter-sdk-java (API client). | View product → |
| Python | Phileas | phileas-python for embedded PII redaction in Python applications. | View product → |
| .NET | Phileas Philter | Phileas.NET (embedded library). Call the Philter API from .NET via the OpenAPI specification. | View product → |
| Go | Philter | Call the Philter API from Go via the OpenAPI specification. | View product → |
Government and air-gapped deployments
Philter runs in FedRAMP-authorized environments and fully disconnected networks with no outbound dependencies.
| Platform | Products | Description | |
|---|---|---|---|
| AWS GovCloud | Philter | FedRAMP Moderate and High impact levels. Deploy Philter into GovCloud regions. | Blog post → |
| Azure Government | Philter | FedRAMP-compliant deployment in Azure Government regions. | Blog post → |
| Air-gapped / on-prem | Philter | Self-contained Docker images with no external calls. Runs in classified and disconnected environments. | Blog post → |
Migration from other tools
Switching from a managed PII detection service? These guides cover the API translation, cost comparison, and cutover process.
| Platform | Products | Description | |
|---|---|---|---|
| AWS Comprehend | Philter | Side-by-side API translation, TCO comparison, and shadow-mode cutover checklist. | Blog post → |
| Google Cloud DLP | Philter | TCO comparison at different volume tiers. Per-instance vs. per-character pricing. | Blog post → |
| Microsoft Presidio | Philter Phileas | Feature comparison, language coverage, and deployment model differences. | Comparison → |