mcp-vulnerability-scanner
v0.1.5
Published
Free MCP security scanner — finds risks in your AI agent setup
Downloads
895
Maintainers
Readme
MCP Vulnerability & Health Scanner
Free vulnerability scanner for your MCP environment. Finds security risks in your AI agent setup in under 60 seconds.
Install
npx mcp-vulnerability-scannerOr add to Claude Desktop config:
{
"mcpServers": {
"mcp-health": {
"command": "npx",
"args": ["-y", "@mcpguard/mcp-health"]
}
}
}What it checks
- Shell execution capability
- Database credentials in plaintext
- Unencrypted transport
- Overprivileged server types
- Missing authentication layer
