Skip to content
Gemini CLI

Ecfr for Gemini CLI

io.github.pipeworx-io/ecfr

eCFR (Electronic Code of Federal Regulations) MCP.

client:Gemini CLI transport:streamable-http

Install Ecfr in Gemini CLI

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

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

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

Ecfr in other clients