Odel
Predictalot

Predictalot

Local
@psyb0t2PythonWTFPLUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/psyb0t/predictalot:v1.1.9

Run

docker run -i --rm docker.io/psyb0t/predictalot:v1.1.9

MCP client config

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