Skip to content
Gemini CLI

Nexus Finance for Gemini CLI

io.github.djtellado/nexus-finance

Nexus Finance API — compliance audit, VaR/RWA risk, market quotes and case management.

client:Gemini CLI transport:stdio runtime:npm

Install Nexus Finance 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": {
    "nexus-finance": {
      "command": "npx",
      "args": [
        "-y",
        "@nexus-finance/mcp"
      ],
      "env": {
        "NEXUS_FINANCE_API_KEY": "<NEXUS_FINANCE_API_KEY>",
        "NEXUS_FINANCE_BASE_URL": "<NEXUS_FINANCE_BASE_URL>"
      }
    }
  }
}

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

Nexus Finance in other clients