Skip to content
Gemini CLI

local dfw mcp for Gemini CLI

io.github.lizzlechen/local-dfw-mcp

Your AI's DFW guide: events, appraisals, Dallas 311, crime, floods, schools, utilities, districts.

client:Gemini CLI transport:stdio runtime:npm

Install local dfw mcp 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": {
    "local-dfw-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "local-dfw-mcp"
      ],
      "env": {
        "DFW_TICKETMASTER_API_KEY": "<DFW_TICKETMASTER_API_KEY>",
        "DFW_SODA_APP_TOKEN": "<DFW_SODA_APP_TOKEN>"
      }
    }
  }
}

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

local dfw mcp in other clients