2 releases
| new 0.1.2 | Mar 5, 2026 |
|---|---|
| 0.1.0 | Mar 5, 2026 |
#2 in #agentic-ai
585KB
14K
SLoC
mcplint
Static security analyzer for MCP (Model Context Protocol) configurations.
Scans MCP config files and live servers for security issues such as missing authentication, overly broad permissions, insecure transport, and sensitive data exposure.
Installation
cargo install mcplint-cli
Commands
mcplint scan— Scan MCP config files or live servers (--server)mcplint list-rules— List all available security rulesmcplint explain <rule>— Show rule details and remediation guidancemcplint diff— Compare current scan against a baselinemcplint baseline— Create or diff configuration baselinesmcplint export— Export detected config to canonical formatmcplint mcp serve— Start as an MCP server on stdio
Output Formats
--format text|json|markdown|sarif
Exit Codes
| Code | Meaning |
|---|---|
| 0 | Success — no findings above threshold |
| 1 | Operational error |
| 2 | Policy violation — findings above threshold |
License
Apache-2.0
Dependencies
~19–27MB
~417K SLoC