Skip to content
Gemini CLI

Fcc for Gemini CLI

io.github.pipeworx-io/fcc

FCC public geo/census APIs (geo.fcc.gov) MCP.

client:Gemini CLI transport:streamable-http

Install Fcc in Gemini CLI

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

{
  "mcpServers": {
    "fcc": {
      "httpUrl": "https://gateway.pipeworx.io/fcc/mcp"
    }
  }
}

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

Fcc in other clients