I built a Control Tower for my Cursor cloud agents 🗼

We all run cloud agents in parallel, so I built for them a terminal dashboard in a cute retro style of Control Tower.

One command, and everything on one screen.

Welcome aboard pilots!

You can launch agents, send follow-ups, stop runaways, delete old ones.
All from the keyboard.

The detail view shows the full agent conversation with scroll.

It’s open-source: https://github.com/ofershap/agents-control-tower

And in order to have it u can just:

```
npx agents-control-tower
```

And then run `control-tower` to open it.

Note: You’ll have to grab your personal Cursor API KEY to use it.