Skip to content
Gemini CLI

TypeUI for Gemini CLI

io.github.bergside/typeui

Design systems, UI prompts, and layout variations for AI coding tools.

client:Gemini CLI transport:streamable-http

Install TypeUI in Gemini CLI

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

{
  "mcpServers": {
    "typeui": {
      "httpUrl": "https://mcp.typeui.sh/mcp"
    }
  }
}

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

TypeUI in other clients