Skip to content
Gemini CLI

Orbit for Gemini CLI

io.orbitapps/mcp

An app builder for agents. Your agent creates screens, a Postgres database, and a live URL.

client:Gemini CLI transport:streamable-http

Install Orbit in Gemini CLI

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

{
  "mcpServers": {
    "mcp": {
      "httpUrl": "https://mcp.orbitapps.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

Orbit in other clients