Skip to content
Gemini CLI

open mcp apps for Gemini CLI

io.github.2nd1st/open-mcp-apps

Persistent, interactive MCP Apps — the AI builds an app once, you both reuse it

client:Gemini CLI transport:stdio runtime:npm

Install open mcp apps in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "open-mcp-apps": {
      "command": "npx",
      "args": [
        "-y",
        "@2nd1st/open-mcp-apps"
      ],
      "env": {
        "OMA_DB": "<OMA_DB>",
        "OMA_VIEWER": "<OMA_VIEWER>",
        "OMA_DYNAMIC_TOOLS": "<OMA_DYNAMIC_TOOLS>"
      }
    }
  }
}

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

open mcp apps in other clients