Skip to content
Gemini CLI

tgms for Gemini CLI

io.github.zxf-work/tgms

Bi-temporal graph store with 15 verified temporal operators as typed, deterministic MCP tools.

client:Gemini CLI transport:stdio runtime:pypi

Install tgms in Gemini CLI

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

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

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

tgms in other clients