Skip to content
Grok

Predictalot for Grok

io.github.psyb0t/predictalot

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

client:Grok transport:stdio runtime:oci

Install Predictalot in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Predictalot in other clients