mcp-guard

pangxueyuan2-creator/mcp-guard
★ 0 stars Python Security Updated 3d ago
Local-first security auditor for MCP servers and AI agent skills. Detect dangerous tools, secrets, over-permissions and supply-chain risks before you install or run them.
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-guard": {
      "command": "uvx",
      "args": [
        "mcp-guard"
      ]
    }
  }
}

Or install with pip: pip install mcp-guard

README Excerpt

<p align="center"> <strong>MCP Guard</strong><br> Local-first security auditor for MCP servers &amp; AI agent skills </p> <p align="center"> <a href="https://github.com/pangxueyuan2-creator/mcp-guard/actions"><img alt="CI" src="https://github.com/pangxueyuan2-creator/mcp-guard/actions/workflows/ci.yml/badge.svg"></a>