Skip to content
Gemini CLI

DeckSpace for Gemini CLI

org.deckspace/publish

Publish an HTML presentation — a slide deck or scrolling document — at a shareable link.

client:Gemini CLI transport:streamable-http

Install DeckSpace in Gemini CLI

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

{
  "mcpServers": {
    "publish": {
      "httpUrl": "https://app.deckspace.org/mcp"
    }
  }
}

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

DeckSpace in other clients