Back to Apps

CloakPipe
by rohansx
High-performance privacy proxy that masks PII in real-time for LLM and RAG pipelines.
0 stars
Works in:claude
Exposes:Tools
What it does
CloakPipe acts as a privacy middleware between your application and LLM APIs. It detects personally identifiable information (PII) in prompts, replaces it with secure tokens, and rehydrates the original data in the response so the LLM never sees sensitive information.
Tools
scan: Recursively mask PII in files and directories.test: Validate PII detection on inline text snippets.start: Launch the OpenAI-compatible proxy server.init: Generate the necessary configuration files.vault: Manage the AES-256-GCM encrypted mapping of tokens to real data.
Installation
Run via Docker or build from source:
docker run -p 8900:8900 -e OPENAI_API_KEY=sk-... cloakpipe
Then point your SDK base_url to http://localhost:8900/v1.
Supported hosts
- claude
Quick install
docker run -p 8900:8900 -e OPENAI_API_KEY=sk-... cloakpipeInformation
- Pricing
- free
- Published
- 8/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Configure via the CloakPipe Cloud dashboard for managed MCP access.





