mcp-audit is the open-source security scanner for MCP servers: the tools your AI agents use to touch your files, databases, and APIs. One command tells you what you're running, what it can do, and what to fix.
Install from PyPI Browse 83 server verdictspip install mcp-audit-scanner mcp-audit check
Scans every MCP config on your machine and gives you a grade, your top findings, and plain-English fixes. One command, one page.
mcp-audit check
Applies the safe remediations back to your config files: secrets moved to environment variables, insecure URLs upgraded, typosquatted packages corrected. Dry-run by default.
mcp-audit fix
Ask before you install. A verdict on any public MCP server: verification status, known CVEs, declared capabilities. The data is already live — the CLI lands next.
mcp-audit vet <server>
mcp-audit runs entirely locally — no cloud account, no API key, no traffic through anyone's gateway. A plain scan makes zero network calls. That's not a setting; it's the architecture.
SARIF straight to the Security tab.
- uses: adudley78/mcp-audit@v1
Blocks risky configs before they're committed.
repo: https://github.com/adudley78/mcp-audit hooks: [id: mcp-audit]
Inline diagnostics as you edit your MCP config.
ext: mcp-audit
Show your server's verdict.
shields.io/endpoint?url= https://mcp-audit.dev/v1/badge/…
Apache 2.0. Every feature, every user, no tiers. Detection rules are community-built — contribute one and your name ships in the changelog permanently. Write a rule · Sponsor the project