Skip to content
Gemini CLI

shikamaru for Gemini CLI

io.github.jayofemi/shikamaru

Provably correct day-count, calendar, business-day, and schedule math, verified against QuantLib.

client:Gemini CLI transport:stdio runtime:npm

Install shikamaru in Gemini CLI

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

{
  "mcpServers": {
    "shikamaru": {
      "command": "npx",
      "args": [
        "-y",
        "@jayofemi/shikamaru"
      ]
    }
  }
}

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

shikamaru in other clients