Skip to content
Gemini CLI

codecalc for Gemini CLI

io.github.the-40-thieves/codecalc

Code & logic calculator for AI agents: 31 languages, symbolic math, SMT/logic solving, Big-O.

client:Gemini CLI transport:stdio runtime:pypi

Install codecalc in Gemini CLI

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

{
  "mcpServers": {
    "codecalc": {
      "command": "uvx",
      "args": [
        "codecalc"
      ]
    }
  }
}

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

codecalc in other clients