Skip to content
Gemini CLI

gosidian for Gemini CLI

io.github.daniele-chiappa/gosidian

Self-hosted Obsidian-compatible markdown vault with a web UI and a 57-tool MCP server for AI agents

client:Gemini CLI transport:stdio runtime:oci

Install gosidian 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": {
    "gosidian": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/daniele-chiappa/gosidian:v2.34.0"
      ],
      "env": {
        "GOSIDIAN_VAULT": "<GOSIDIAN_VAULT>"
      }
    }
  }
}

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

gosidian in other clients