aira-security/mcp-checkpoint
MCP Checkpoint continuously secures and monitors Model Context Protocol operations through static and dynamic scans, revealing hidden risks in agent-to-tool communications.
<p align="center" style="margin-bottom: 0; line-height: 0;"> </p> <h3 align="center" margin-top: -20px; margin-bottom: 70px;> MCP Checkpoint </h3>
<br>
MCP Checkpoint is a comprehensive security scanner for Model Context Protocol (MCP). Automatically discovers, analyzes, and secures MCP servers integrated with all major Agentic IDEs, Agents and Clients.
<br>
pip install mcp-checkpoint# Scan all configurations with security analysis (auto-detects baseline.json if present)
mcp-checkpoint scan
# Inspect configurations and generate baseline (defaults to baseline.json)
mcp-checkpoint inspect
# Use custom configuration file
mcp-checkpoint scan --config /path/to/config.json
# Scan multiple configuration files
mcp-checkpoint scan \
--config /path/to/cursor.mcp.json \
--config /path/to/vscode.mcp.json
# Use custom baseline file path
mcp-checkpoint inspect --baseline /path/to/my-baseline.jLoading reviews...