Open-source security scanner for MCP (Model Context Protocol) servers
MCP-specific guardrails when Claude ecosystem lacks native security scanning.
OWASP MCP Top 10 security scanner for Model Context Protocol servers
First MCP security scanner addressing early Docker Hub moment—but audience is still nascent.
Developers running MCP servers locally or in CI (Claude Desktop, Cursor, VS Code, DXT extensions); security teams auditing AI tool configs
Prowler (AWS) · Trivy (container scanning) · Checkov (IaC scanning)
MCPSec scans MCP server configs (Claude Desktop, Cursor, VS Code, DXT extensions) for the OWASP MCP Top 10 risks. Written in Go, outputs OCSF JSON, has a pluggable YAML rules engine for community detections.
MCP-specific guardrails when Claude ecosystem lacks native security scanning.
MCP-specific security scanning with LLM-powered attack simulation, but assumes MCP adoption maturity that doesn't exist yet.
Think “Snyk for MCP configs”: Levenshtein-based typosquat detection, CVE lookups, hardcoded-credential scans and permission checks, plus CI-friendly exit codes. Auto-discovery for clients like Claude, Cursor and VS Code shows practical attention to workflows. It’s an early release — the value hinges on maintaining the package/CVE databases and tuning detection heuristics.
OWASP MCP Top 10 scanner and proxy firewall for AI agent tool calls.
Attack graph across MCP servers catches chains no single-server scanner finds; solves actual new problem.
Ruby MCP client with httpx persistence when other options break persistent connections.