mcpguard

GT-Projects256/mcpguard
★ 0 stars TypeScript AI/LLM Updated 1mo ago
Open-source security firewall for MCP servers. Scan for OWASP MCP Top 10 vulnerabilities, enforce runtime policies on AI agent tool calls, and generate compliance audit logs.
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": {
    "mcpguard": {
      "command": "npx",
      "args": [
        "-y",
        "GT-Projects256/mcpguard"
      ]
    }
  }
}

README Excerpt

Security scanner and firewall for MCP (Model Context Protocol) servers. Checks your configs for known issues, blocks sketchy tool calls at runtime, and keeps audit logs. Maps to the **OWASP MCP Top 10** (2026). MCP is everywhere now - Claude, Cursor, VS Code, OpenAI. But most setups ship with zero security review. Studies found 82% of MCP implementations have path traversal issues, 67% have code injection vectors, and about 5.5% of public servers have tool poisoning baked in.

Tools (1)

shell_exec

Topics

ai-agentauditcompliancefirewallllmmcpowaspsecuritytool-poisoningtypescript