Skip to content
Zed

AutoTS for Zed

io.github.winedarksea/autots

Automated time series forecasting with model search, anomaly detection, and event risk analysis

client:Zed transport:stdio runtime:pypi

Install AutoTS in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "autots": {
      "command": "uvx",
      "args": [
        "autots-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

AutoTS in other clients