MCP Checkpoint continuously secures and monitors Model Context Protocol operations through static and dynamic scans, revealing hidden risks in agent-to-tool communications.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-checkpoint": {
"command": "uvx",
"args": [
"mcp-checkpoint"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-checkpoint uvx mcp-checkpoint
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-checkpoint": {
"command": "uvx",
"args": [
"mcp-checkpoint"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-checkpoint