ai-security-gateway-mcp
Scans prompts for PII and masks or redacts sensitive data locally before sending to an LLM, supporting multiple anonymization modes.
README
AI Security Gateway — MCP Server
Local PII detection and masking for Claude Desktop, Cursor, and Windsurf. Your prompts are scanned on your machine before reaching any LLM.
What it does
Automatically detects and masks sensitive data in your prompts:
- 📧 Email addresses
- 📱 Phone numbers (India-friendly)
- 💳 Credit card numbers
- 🪪 Aadhaar numbers
- 📋 PAN cards
- 🌐 IP addresses
- 🛂 Passport numbers
- 🏦 Bank account numbers
How it works
Once installed, Claude Desktop (and Cursor/Windsurf) automatically has access to a scan_prompt tool. You can ask Claude to scan any prompt before sending it, or Claude will proactively suggest scanning when it detects potentially sensitive content.
Installation
Option 1 — Run directly with npx (no install needed)
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ai-security-gateway": {
"command": "npx",
"args": ["-y", "ai-security-gateway-mcp"]
}
}
}
Option 2 — Install globally
npm install -g ai-security-gateway-mcp
Then add to claude_desktop_config.json:
{
"mcpServers": {
"ai-security-gateway": {
"command": "ai-security-gateway-mcp"
}
}
}
Config file locations
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Usage
After restarting Claude Desktop, try:
Scan this prompt for PII before I send it: [your text here]
Use REPLACE mode to anonymize: [your text here]
Is this safe to send to an LLM? [your text here]
Anonymization modes
| Mode | Behaviour | Example |
|---|---|---|
MASK |
Partially hides values | j***@g***.com |
REDACT |
Removes values entirely | (empty) |
REPLACE |
Substitutes typed tokens | [EMAIL], [AADHAAR] |
Works with
- Claude Desktop (macOS and Windows)
- Cursor
- Windsurf
- Any MCP-compatible client
Privacy
All detection runs locally on your machine. No data is sent to any server or cloud service.
Development
npm install
npm run build # compile TypeScript → dist/
npm run dev # run via tsx (no compile step)
npm start # run compiled output
Related
- Web app (v1): https://github.com/dceptev-byte/ai_security_gateway
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.