Predictalot for Claude Desktop
io.github.psyb0t/predictalot
Self-hosted MCP server for time-series forecasting and tabular ML via foundation models.
client:Claude Desktop
transport:stdio
runtime:oci
Install Predictalot in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"predictalot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/predictalot:v1.2.1"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs