Skip to content
Cursor

UK Break Clause Analyzer for Cursor

io.github.ankur-stockheads/rubo-mcp

Assess UK lease tenant break clauses with grounded citations and a measured hallucination rate.

client:Cursor transport:stdio runtime:pypi

Install UK Break Clause Analyzer in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rubo-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "uk-break-clause-analyzer-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

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

UK Break Clause Analyzer in other clients