Skip to content
Gemini CLI

PH Civic Data for Gemini CLI

io.github.xmpuspus/ph-civic-data-mcp

PH civic data as MCP tools: the full PSA OpenSTAT catalog, hazards, procurement. 41 tools.

client:Gemini CLI transport:stdio runtime:pypi

Install PH Civic Data in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "ph-civic-data-mcp": {
      "command": "uvx",
      "args": [
        "ph-civic-data-mcp"
      ],
      "env": {
        "PAGASA_API_TOKEN": "<PAGASA_API_TOKEN>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

PH Civic Data in other clients