Skip to content
Gemini CLI

vscode demo time for Gemini CLI

io.github.estruyf/vscode-demo-time

Enables AI assistants to interact with Demo Time and helps build presentations and demos.

client:Gemini CLI transport:stdio runtime:npm

Install vscode demo time in Gemini CLI

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

{
  "mcpServers": {
    "vscode-demo-time": {
      "command": "npx",
      "args": [
        "-y",
        "@demotime/mcp"
      ]
    }
  }
}

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

vscode demo time in other clients