Ai Security Gateway
БесплатноНе проверенScans prompts for PII and masks or redacts sensitive data locally before sending to an LLM, supporting multiple anonymization modes.
Описание
Scans prompts for PII and masks or redacts sensitive data locally before sending to an LLM, supporting multiple anonymization modes.
README
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
Установка Ai Security Gateway
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/dceptev-byte/ai-security-gateway-mcpFAQ
Ai Security Gateway MCP бесплатный?
Да, Ai Security Gateway MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ai Security Gateway?
Нет, Ai Security Gateway работает без API-ключей и переменных окружения.
Ai Security Gateway — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Ai Security Gateway в Claude Desktop, Claude Code или Cursor?
Открой Ai Security Gateway на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Ai Security Gateway with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
