@guardbee/mcp-security-proxy
OfficialClick 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., "@@guardbee/mcp-security-proxyProtect my MCP server from prompt injection and mask PII in responses"
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.
@guardbee/mcp-security-proxy
Herhangi bir MCP sunucusunun önüne oturan şeffaf güvenlik katmanı. Prompt injection saldırılarını engeller, yanıtlardaki PII'yi maskeler ve her isteği değiştirilemez audit log'a yazar.
Claude ──► MCP Security Proxy ──► Herhangi bir MCP Sunucu
│
├─ Prompt injection tespiti (16 saldırı deseni)
├─ PII maskeleme (TC kimlik, IBAN, e-posta, JWT, API key)
├─ Block veya warn modu
└─ Yapılandırılabilir audit logÖzellikler
Prompt Injection Koruması — 16 saldırı deseni ile sistem prompt'larını geçersiz kılmaya çalışan istekler engellenir
PII Maskeleme — TC kimlik no, IBAN, e-posta, telefon, JWT token, API key yanıtlarda otomatik maskelenir
Block / Warn Modu — Her interceptor bağımsız olarak engelleyici veya uyarı modunda çalışabilir
Audit Log — Console veya dosyaya yazılan yapılandırılabilir log
Sıfır Kod Değişikliği — Mevcut herhangi bir MCP sunucusunun önüne takılır
Related MCP server: Agent Guardrail MCP
Hızlı Başlangıç
npm install -g @guardbee/mcp-security-proxyclaude_desktop_config.json dosyasına ekleyin:
{
"mcpServers": {
"secure-filesystem": {
"command": "npx",
"args": [
"-y", "@guardbee/mcp-security-proxy",
"--", "npx", "-y",
"@modelcontextprotocol/server-filesystem", "/tmp"
]
}
}
}Proxy,
--sonrasındaki komutu hedef MCP sunucu olarak başlatır.
MCP Tools
Proxy, tool'ları hedef sunucudan şeffaf olarak aktarır ve her geçişte interceptor zincirini uygular. Ek olarak aşağıdaki yönetim tool'unu sunar:
Tool | Açıklama |
| Aktif interceptor'ları ve son engellenen istek istatistiklerini gösterir |
Interceptor'lar
Prompt Injection Detector
Gelen mesajlarda aşağıdaki saldırı desenlerini arar:
ignore previous instructionsdisregard your system promptyou are now [DAN/jailbreak]ANSI escape dizileri ile gizlenmiş komutlar
Base64 kodlanmış talimatlar
ve 11 desen daha
PII Masker
Veri Tipi | Örnek Girdi | Çıktı |
TC Kimlik |
|
|
IBAN |
|
|
E-posta |
|
|
JWT |
|
|
API Key |
|
|
Yapılandırma
Ortam değişkenleri ile yapılandırılabilir:
Değişken | Varsayılan | Açıklama |
|
|
|
|
|
|
|
| Log dosya yolu |
|
| PII maskelemeyi etkinleştir |
|
| Injection kontrolünü etkinleştir |
Lisans
MIT — GuardBee
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.
Related MCP Connectors
Security & DLP proxy for MCP: tool-poisoning scans, PII redaction on tool args/results. Beta.
Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
- gatewayOAuthai.sealgate
MCP gateway with runtime security policy, tool-call-level control, and audit of agent actions.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceMCP server for AI agent security guardrails. Provides input validation, prompt injection detection, PII redaction, output filtering, policy enforcement, rate limiting, and comprehensive audit logging.381MIT
- AlicenseAqualityBmaintenanceProvides prompt injection detection, PII/secrets redaction, and an audit trail for AI agents via MCP tools.4MIT
- AlicenseNot gradedqualityCmaintenanceA drop-in proxy that guards MCP servers with policy enforcement, secret redaction, prompt-injection screening, rug-pull detection, rate limiting, and audit logging.29Apache 2.0
- FlicenseNot gradedqualityCmaintenanceEnables safe use of any MCP server by proxying and live-scanning all tool requests and responses, blocking or redacting poison descriptions, indirect prompt injection, malicious arguments, and unauthorized destinations.-