Skip to content
Gemini CLI

Coder for Gemini CLI

io.github.coder/coder

Manage Coder workspaces, templates, and cloud development environments

client:Gemini CLI transport:streamable-http

Install Coder in Gemini CLI

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

{
  "mcpServers": {
    "coder": {
      "httpUrl": "https://{coder_hostname}/api/experimental/mcp/http"
    }
  }
}

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

Coder in other clients