Skip to content
Cursor

gaff check for Cursor

io.github.iarfhlaith/gaff-check

Irish property due diligence: planning, prices, flood, radon, zoning, BER and crime context.

client:Cursor transport:stdio runtime:npm

Install gaff check in Cursor

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

{
  "mcpServers": {
    "gaff-check": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gaff-check"
      ]
    }
  }
}

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

gaff check in other clients