Skip to content
Gemini CLI

FibX for Gemini CLI

finance.fibrous/fibx

Swap, transfer, portfolio and Aave V3 on Base, HyperEVM and Monad, with the FibX app as MCP Apps UI.

client:Gemini CLI transport:stdio runtime:npm

Install FibX 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": {
    "fibx": {
      "command": "npx",
      "args": [
        "-y",
        "fibx"
      ],
      "env": {
        "FIBX_API_URL": "<FIBX_API_URL>",
        "FIBX_SESSION_SECRET": "<FIBX_SESSION_SECRET>",
        "FIBX_WC_PROJECT_ID": "<FIBX_WC_PROJECT_ID>"
      }
    }
  }
}

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

FibX in other clients