Skip to content
Gemini CLI

open notebook for Gemini CLI

io.github.epochal-dev/open-notebook

MCP server that wraps the Open Notebook API

client:Gemini CLI transport:stdio runtime:pypi

Install open notebook 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-notebook": {
      "command": "uvx",
      "args": [
        "open-notebook-mcp"
      ],
      "env": {
        "OPEN_NOTEBOOK_URL": "<OPEN_NOTEBOOK_URL>",
        "OPEN_NOTEBOOK_PASSWORD": "<OPEN_NOTEBOOK_PASSWORD>"
      }
    }
  }
}

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

open notebook in other clients