Cli
Freeby MCP Community
CLI tool for capturing and diffing MCP tool schemas
v0.5.0Added Apr 12, 2026
mcpmodel-context-protocolclischemadiff
Cli MCP Server
CLI tool for capturing and diffing MCP tool schemas
Installation
npx -y @mcp-contracts/cli
Reviews
Installation
Quick install
npx -y @mcp-contracts/cli
Add to claude_desktop_config.json
{
"mcpServers": {
"cli": {
"command": "npx",
"args": ["-y", "@mcp-contracts/cli"]
}
}
}