ai-security-gateway-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ai-security-gateway-mcpScan this prompt for PII before I send it: my email is john.doe@example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: zentric-protocol-mcp
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-mcpThen 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.jsonWindows:
%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 |
| Partially hides values |
|
| Removes values entirely | (empty) |
| Substitutes typed tokens |
|
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 outputRelated
Web app (v1): https://github.com/dceptev-byte/ai_security_gateway
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dceptev-byte/ai-security-gateway-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server