Skip to content
Cursor

Telbase for Cursor

ai.telbase/deploy

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

client:Cursor transport:stdio runtime:npm

Install Telbase in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Telbase in other clients