mcp-agent-security-gateway

poojakira/mcp-agent-security-gateway
★ 17 stars Python Code/Dev Tools Updated today
Monitor MCP tool calls for prompt injection, PII leakage, shadow servers, and exfiltration patterns.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-agent-security-g": {
      "command": "uvx",
      "args": [
        "mcp-agent-security-gateway"
      ]
    }
  }
}

Or install with pip: pip install mcp-agent-security-gateway

README Excerpt

Stdio proxy that intercepts MCP `tools/call` JSON-RPC messages and runs them through a multi-layer security pipeline. Returns Allow / Block / Redact verdicts. Sits between an MCP agent and tool server, inspects every `tools/call` request, and makes a security decision before anything reaches the downstream server. No code changes required on either side.

Topics

ai-securitydata-loss-preventionmcpprompt-injectionpython