Skip to content
Gemini CLI

Form5500 for Gemini CLI

io.github.pipeworx-io/form5500

Form 5500 MCP — wraps the U.S. DOL/EBSA EFAST2 Form 5500 Search service

client:Gemini CLI transport:streamable-http

Install Form5500 in Gemini CLI

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

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

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

Form5500 in other clients