Skip to content
Gemini CLI

datacron for Gemini CLI

io.github.vblackjack/datacron

Local-first MCP server that exposes a Markdown vault through MCP.

client:Gemini CLI transport:stdio runtime:pypi

Install datacron 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": {
    "datacron": {
      "command": "uvx",
      "args": [
        "datacron"
      ],
      "env": {
        "DATACRON_VAULT_ROOT": "<DATACRON_VAULT_ROOT>"
      }
    }
  }
}

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

datacron in other clients