cursor-chat-bridge
Related Servers
Alternatives to cursor-chat-bridge
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables remote control of AI coding assistants (Claude Code/Codex) via Telegram, allowing you to manage long-running tasks, send commands, and receive notifications from anywhere. Supports unattended mode with smart polling for up to 7 days and multi-session management.830MIT
- AlicenseAqualityCmaintenanceEnables delegating coding tasks to Cursor Cloud Agents from Claude Code, Codex, or Grok, with scoped repository access, progress monitoring, follow-ups, and result reporting.23MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to create and manage Cursor Cloud Agents that autonomously work on GitHub repositories, including creating tasks, monitoring progress, and automatically generating pull requests.7 npm7MIT
- AlicenseNot gradedqualityBmaintenanceEnables remote control of Claude Code through Telegram, letting users start or resume sessions, review tool calls with approve/deny buttons, and manage long-running work from a phone.28 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables Claude Code to delegate tasks to Cursor's headless agent, run adversarial reviews, and verify findings with prosecutor/advocate roles.63 npmMIT
- AlicenseNot gradedqualityAmaintenanceEnables two-way delegation between Codex and Cursor agents with background jobs, handoff plans, and isolated worktrees, allowing either editor to offload investigation, review, planning, or implementation to the other and continue the same native session later.7 npmApache 2.0
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: start, send, await, send-and-await, stop, and status. The descriptions explicitly cross-reference each other, disambiguating the similar send and await variants.
All tools follow the uniform `bridge_` prefix with a lowercase verb or verb phrase (start, send, await, send_and_await, stop, status). The naming pattern is perfectly consistent and predictable.
Six tools is a well-scoped size for a chat bridge, covering start, messaging, waiting, stopping, and status. Each tool earns its place, with no redundant or unnecessary entries.
The tool set covers the entire session lifecycle: starting, sending, waiting for replies, combined send-and-wait, stopping, and checking status. There are no dead ends, and the status tool fills diagnostic gaps without side effects.