M
MCP Security Scan
by @cc-fuyu
Security scanner for MCP (Model Context Protocol) servers. Detect authentication gaps, credential exposure, SSRF risks, and misconfigurations. Maps findings to OWASP MCP Top 10.
Created 2/24/2026
Updated about 16 hours ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-mcp-security-scan
Cursor configuration (mcp.json)
{
"mcpServers": {
"cc-fuyu-mcp-security-scan": {
"command": "npx",
"args": [
"cc-fuyu-mcp-security-scan"
]
}
}
}