mcp-server-audit

DSHCorrectover/mcp-server-audit
★ 0 stars JavaScript Security Updated 1d ago
Static security scanner for MCP (Model Context Protocol) server config: leaked secrets, SSRF, missing auth, unpinned packages. 14 automated checks mapped to OWASP AISVS.
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": {
      "command": "npx",
      "args": [
        "-y",
        "DSHCorrectover/mcp-server-audit"
      ]
    }
  }
}