Skip to content
Gemini CLI

mcp efi for Gemini CLI

io.github.codespar/mcp-efi

MCP server for EFI (Gerencianet) — Pix, charges, carnets, cobranças

client:Gemini CLI transport:stdio runtime:npm

Install mcp efi 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": {
    "mcp-efi": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-efi"
      ],
      "env": {
        "EFI_CLIENT_SECRET": "<EFI_CLIENT_SECRET>"
      }
    }
  }
}

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

mcp efi in other clients