Skip to content
Gemini CLI

Predictalot for Gemini CLI

io.github.psyb0t/predictalot

Self-hosted MCP server for time-series forecasting and tabular ML via foundation models.

client:Gemini CLI transport:stdio runtime:oci

Install Predictalot in Gemini CLI

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

{
  "mcpServers": {
    "predictalot": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/predictalot:v1.2.1"
      ]
    }
  }
}

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

Predictalot in other clients