Skip to content

alphadesk terminal for Zed

io.github.vigneshv1cky/alphadesk-terminal

Read-only market data, SEC filings and financial statements, on your own vendor keys.

client:Zed transport:stdio runtime:pypi

Install alphadesk terminal in Zed

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

{
  "context_servers": {
    "alphadesk-terminal": {
      "command": "uvx",
      "args": [
        "alphadesk"
      ]
    }
  }
}

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

alphadesk terminal in other clients