Predictalot for VS Code
io.github.psyb0t/predictalot
Self-hosted MCP server for time-series forecasting and tabular ML via foundation models.
client:VS Code
transport:stdio
runtime:oci
Install Predictalot in VS Code
.vscode/mcp.json
{
"servers": {
"predictalot": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/predictalot:v1.2.1"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs