Ofer Shapira

A control tower for Cursor cloud agents

March 23, 2026 · 1 min read

Originally posted on LinkedIn, March 23, 2026.

I run 5+ Cursor cloud agents in parallel, and keeping track of them was chaos. So I built a Control Tower that shows all of them on one screen, including which are running, done, or errored.

From the keyboard, I can launch new agents, send follow-ups, and stop runaways. Setup takes 10 seconds with one terminal command:

npx agents-control-tower

The repo and details are available here.