Skip to content
Gemini CLI

Options Data MCP for Gemini CLI

io.github.thelogicaldude/options-data

Options market structure data: gamma exposure, VRP, IV term structure, regime, and strikes

client:Gemini CLI transport:stdio runtime:npm

Install Options Data MCP 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": {
    "options-data": {
      "command": "npx",
      "args": [
        "-y",
        "options-data-mcp"
      ],
      "env": {
        "OPTIONS_DATA_API_KEY": "<OPTIONS_DATA_API_KEY>"
      }
    }
  }
}

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

Options Data MCP in other clients