Skip to content
VS Code

Telbase for VS Code

ai.telbase/deploy

Deploy any web project with one command. AI-native platform with self-healing feedback.

client:VS Code transport:stdio runtime:npm

Install Telbase in VS Code

.vscode/mcp.json

{
  "servers": {
    "deploy": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "telbase"
      ]
    }
  }
}

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

Telbase in other clients