Skip to content
Cursor

compare cli mcp for Cursor

io.github.drbaher/compare-cli-mcp

MCP server for compare-cli: contract version diff/redline and a drift gate as agent tools.

client:Cursor transport:stdio runtime:npm

Install compare cli mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "compare-cli-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "compare-cli-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

compare cli mcp in other clients