Skip to content
Gemini CLI

timps for Gemini CLI

io.github.sandeeprdy1729/timps

Persistent memory with contradiction detection, burnout monitoring, and 69 intelligence tools.

client:Gemini CLI transport:stdio runtime:npm

Install timps 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": {
    "timps": {
      "command": "npx",
      "args": [
        "-y",
        "@timps-ai/timps-mcp"
      ],
      "env": {
        "TIMPS_URL": "<TIMPS_URL>",
        "TIMPS_MEMORY_URL": "<TIMPS_MEMORY_URL>",
        "TIMPS_API_KEY": "<TIMPS_API_KEY>",
        "TIMPS_PROJECT_PATH": "<TIMPS_PROJECT_PATH>"
      }
    }
  }
}

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

timps in other clients