Skip to content
Gemini CLI

Index One for Gemini CLI

io.indexone/mcp

Query financial index data, run backtests, and deploy systematic investment strategies on Index One.

client:Gemini CLI transport:streamable-http

Install Index One in Gemini CLI

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

{
  "mcpServers": {
    "mcp": {
      "httpUrl": "https://api.indexone.io/mcp"
    }
  }
}

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

Index One in other clients