Skip to content
Cursor

Predictalot for Cursor

io.github.psyb0t/predictalot

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

client:Cursor transport:stdio runtime:oci

Install Predictalot in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Predictalot in other clients