Skip to content
VS Code

alphadesk terminal for VS Code

io.github.vigneshv1cky/alphadesk-terminal

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

client:VS Code transport:stdio runtime:pypi

Install alphadesk terminal in VS Code

.vscode/mcp.json

{
  "servers": {
    "alphadesk-terminal": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "alphadesk"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

alphadesk terminal in other clients