mcp-server-audit-A-Static-Security-and-Hygiene-Audit-CLI-for-MCP-Servers

shriramkv/mcp-server-audit-A-Static-Security-and-Hygiene-Audit-CLI-for-MCP-Servers
★ 7 stars Python AI/LLM Updated 2d ago ⚠ Review
A CI-friendly open-source CLI that statically audits MCP servers before they are wired into AI agents. It flags tool poisoning, hidden Unicode payloads, misleading annotations, and lax schemas, without ever invoking a tool, and reports findings by severity for pipeline gating.
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-server-audit-a-s": {
      "command": "uvx",
      "args": [
        "mcp-server-audit-a-static-security-and-hygiene-audit-cli-for-mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-audit-a-static-security-and-hygiene-audit-cli-for-mcp-servers