mcpsense
v0.3.0
Published
Security scanner for MCP servers. ESLint + Snyk for the Model Context Protocol.
Maintainers
Readme
mcpsense
Security scanner for MCP (Model Context Protocol) servers. Catches prompt injection, command injection, SSRF, path traversal, data exfiltration, and more.
Install
npm install -g mcpsenseOr run without installing:
npx mcpsense scan ./mcp.jsonUsage
mcpsense scan ./mcp.json # Scan MCP client config
mcpsense scan ./my-server/ # Static analysis of source code
mcpsense scan https://my-server.com # Scan live MCP server
mcpsense scan ./mcp.json -f json # JSON output for CI/CD
mcpsense scan ./mcp.json -f sarif # SARIF for GitHub Code ScanningDocumentation
Full docs, check list, and research: mcpsense.site
Source
License
MIT
