Back to browse
GitHub Repository

Run Cursor Cloud Agents from Telegram

5 starsPython

cursor-tg – Run Cursor Cloud Agents from Telegram

by tb5z035i·Mar 9, 2026·3 points·4 comments

AI Analysis

●●SolidShip ItSolve My Problem

Mobile access to Cursor agents is convenient, but it's a thin wrapper around existing proprietary API.

Strengths
  • Practical workflow enablement: manage agents, review diffs, merge PRs from phone while remote.
  • Clean UX: guided `/newagent` flow, diff inspection, PR status—actually usable interface over API.
  • Thoughtful threading and notification management for multi-agent tracking.
Weaknesses
  • Entirely dependent on Cursor Cloud API; zero technical depth, pure orchestration layer.
  • Narrow audience: only useful if you're already paying for Cursor Cloud and want Telegram control.
Target Audience

Remote developers, async teams, Cursor users who want mobile/chat-based agent control.

Similar To

Cursor · Continue · GitHub CLI

Post Description

I built cursor-tg, a Telegram bot that lets me use Cursor Cloud Agents from my phone.

The idea is simple: sometimes I want to start an agent run, reply to it, or check what changed without opening my laptop. With cursor-tg, I can talk to Cursor agents in Telegram, track their progress, view generated diffs/PRs, and handle simple review actions from chat.

I made this mainly for remote/asynchronous development workflows, where I want quick access to my coding agent while away from my desk.

It is really exciting to be finally be able to (help agent) code anywhere!

Repo: https://github.com/tb5z035i/cursor-tg

Similar Projects