Skip to content
VS Code

gaff check for VS Code

io.github.iarfhlaith/gaff-check

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

client:VS Code transport:stdio runtime:npm

Install gaff check in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

gaff check in other clients