Predictalot for Windsurf
io.github.psyb0t/predictalot
Self-hosted MCP server for time-series forecasting and tabular ML via foundation models.
client:Windsurf
transport:stdio
runtime:oci
Install Predictalot in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"predictalot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/predictalot:v1.2.1"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs