Skip to content
Gemini CLI

apex for Gemini CLI

io.github.hunterpercival/apex

APEX — AI operating system for founders. Join waitlist or request a demo.

client:Gemini CLI transport:stdio runtime:npm

Install apex in Gemini CLI

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

{
  "mcpServers": {
    "apex": {
      "command": "npx",
      "args": [
        "-y",
        "apex-mcp-server"
      ]
    }
  }
}

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

apex in other clients