Skip to content
Gemini CLI

AppContext for Gemini CLI

dev.appcontext/appcontext

Live iOS Simulator and browser screenshots, logs, and a personal MCP hub for AI coding agents.

client:Gemini CLI transport:stdio runtime:npm

Install AppContext in Gemini CLI

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

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

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

AppContext in other clients