Skip to content
Gemini CLI

Econdata for Gemini CLI

io.github.pipeworx-io/econdata

Econdata MCP — wraps BLS (Bureau of Labor Statistics) public API v2

client:Gemini CLI transport:streamable-http

Install Econdata in Gemini CLI

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

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

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

Econdata in other clients