Skip to content

Cli

Free

by MCP Community

CLI tool for capturing and diffing MCP tool schemas

v0.5.0Added Apr 12, 2026
mcpmodel-context-protocolclischemadiff
Works with:ClaudeGPTGeminiCopilot

Cli MCP Server

CLI tool for capturing and diffing MCP tool schemas

Installation

npx -y @mcp-contracts/cli

Reviews

Leave a Review

Installation

Quick install
npx -y @mcp-contracts/cli
Add to claude_desktop_config.json
{
  "mcpServers": {
    "cli": {
      "command": "npx",
      "args": ["-y", "@mcp-contracts/cli"]
    }
  }
}