Skip to content
Gemini CLI

True Solar Time for Gemini CLI

io.github.shann5/true-solar-time

True solar time correction for BaZi charts: historical DST, longitude, equation of time.

client:Gemini CLI transport:stdio runtime:npm

Install True Solar Time in Gemini CLI

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

{
  "mcpServers": {
    "true-solar-time": {
      "command": "npx",
      "args": [
        "-y",
        "true-solar-time-mcp"
      ]
    }
  }
}

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

True Solar Time in other clients