Predictalot for Zed
io.github.psyb0t/predictalot
Self-hosted MCP server for time-series forecasting and tabular ML via foundation models.
client:Zed
transport:stdio
runtime:oci
Install Predictalot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"predictalot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/predictalot:v1.2.1"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs