gaff check for Gemini CLI
io.github.iarfhlaith/gaff-check
Irish property due diligence: planning, prices, flood, radon, zoning, BER and crime context.
client:Gemini CLI
transport:stdio
runtime:npm
Install gaff check in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"gaff-check": {
"command": "npx",
"args": [
"-y",
"gaff-check"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs