lupaph mcp for Gemini CLI
io.github.janmalmstrom/lupaph-mcp
Philippine property listings, transfer costs, and real estate legal info via lupaph.com.
client:Gemini CLI
transport:stdio
runtime:npm
Install lupaph mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"lupaph-mcp": {
"command": "npx",
"args": [
"-y",
"lupaph-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs