mcpserver-audit

ModelContextProtocol-Security/mcpserver-audit
★ 15 stars Unknown language 🔒 Security Updated 16d ago
mcpserver-audit: Helps you check if MCP servers are safe before using them. Examines servers for security problems, supports publishing findings in audit-db and vulnerability-db. Part of the Model Context Protocol Security initiative, a Cloud Security Alliance project.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpserver-audit": {
      "command": "npx",
      "args": [
        "-y",
        "ModelContextProtocol-Security/mcpserver-audit"
      ]
    }
  }
}