Skip to content
Gemini CLI

dylog for Gemini CLI

io.github.imjakezimmer32/dylog

Notes, files, GitHub, and Drive through one MCP connection.

client:Gemini CLI transport:streamable-http

Install dylog in Gemini CLI

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

{
  "mcpServers": {
    "dylog": {
      "httpUrl": "https://dylog.app/api/mcp"
    }
  }
}

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

dylog in other clients