
Telbase
ai.telbase/deploy is an MCP server that connects agents to Telbase for one-command web deploys with self-healing platform feedback.
About
ai.telbase/deploy is an MCP server that bridges your coding agent to Telbase’s AI-native hosting platform. Developers who already ship static sites, SPAs, or small full-stack apps can register the stdio server (npx telbase mcp serve) so Claude Code or Cursor can trigger deploys and read platform feedback without context-switching to a separate dashboard for every push. The beta 0.14.x line and GitHub repo signal active iteration; treat production cutovers with the usual staging discipline. It complements—not replaces—your test and review gates in Ship: the MCP accelerates getting artifacts onto Telbase and responding to self-healing signals. Best when you want agent-driven deploy loops; less ideal if you are locked into Vercel-only workflows or need bare-metal Kubernetes control planes.
- npm package telbase via npx: mcp serve on stdio transport
- Registry version 0.14.0-beta.2 with GitHub source Victor-EU/telbase
- Positioned as deploy any web project in one command on telbase.ai
- AI-native platform with self-healing feedback on deploy outcomes
- stdio MCP suited to local agent sessions alongside the Telbase CLI workflow
Telbase by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add telbase -- npx -y telbase mcp serveAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | telbase |
|---|---|
| Transport | STDIO |
| Auth | None |
What it does
Let your agent deploy and manage a web project on Telbase with one command and self-healing deploy feedback instead of hand-rolling CI scripts.
Who is it for?
Shipping a web SaaS or API and wanting Cursor or Claude Code to own repeat deploys on Telbase.
Skip if: Mobile-native store releases, multi-cloud Terraform estates, or teams that forbid beta hosting platforms in production.
What you get
After you add the stdio MCP, your agent can drive Telbase deploys from the repo and act on AI-native self-healing feedback in the same session.
- Agent-invokable Telbase deploy and platform interaction over MCP
- Repeatable local stdio bridge documented in the official MCP registry entry
- Deploy loop that can consume Telbase self-healing feedback in-agent
By the numbers
- Registry version 0.14.0-beta.2
- Transport: stdio via npx telbase mcp serve
- Repository: github.com/Victor-EU/telbase
Recommended MCP Servers
How it compares
Telbase deploy MCP integration, not a frontend component library or local unit-test runner.
FAQ
Who is ai.telbase/deploy for?
Developers and tiny teams using Telbase who want their AI coding agent to run deploys and interpret hosting feedback from the terminal.
When should I use ai.telbase/deploy?
Use it in Operate when the app is built and you are iterating production or staging deploys and want fewer manual hosting steps.
How do I add ai.telbase/deploy to my agent?
Configure an MCP server with runtime npx, package telbase, and positional arguments mcp and serve for stdio transport per the registry packages entry.