New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

agents-control-tower

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agents-control-tower

Launch, watch, and command your Cursor agents from one terminal

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

agents-control-tower

agents-control-tower

Your Cursor agents are running. Do you know what they're doing?

Five cloud agents in parallel. One is stuck. One finished and opened a PR.
One errored out 10 minutes ago and you didn't notice.
You're alt-tabbing between browser tabs trying to keep track.

Welcome aboard the control tower. One terminal. All your agents. Full control.

Try It Now   Install   See Dashboard

CI License: MIT TypeScript GitHub Stars PRs Welcome

The Tower Is Watching

You launched a Cursor cloud agent 20 minutes ago. Did it finish? Did it open a PR? Did it crash?

Your options right now:

  • Open cursor.com, find the agents page, scroll, click, read
  • Check your email for a notification that may or may not come
  • Hope for the best

agents-control-tower is a retro terminal dashboard that connects to the Cursor Cloud Agents API and shows you everything in one screen. Launch new agents, send follow-up instructions, stop runaway agents, delete finished ones. All without leaving your terminal.

npx agents-control-tower

One command. The tower lights up.

The Dashboard

agents-control-tower dashboard

Running agents pulse amber. Done agents link to their PR. Errors glow red.

What's Different

Cursor web dashboardConduitSwarmClawagents-control-tower
Cursor-nativeyesnonoyes
Terminal UInoyesnoyes
Launch agentsnonopartialyes
Follow-up / stop / deletenononoyes
Local agent hooksnononoPhase 2
Retro ASCII aestheticnononoyes
One command installn/ayesnoyes

What You Can Do

KeyAction
nLaunch a new cloud agentPick repo, write prompt, choose model
fSend follow-upGive a running agent new instructions
sStop an agentKill it mid-run
dDelete an agentRemove permanently
oOpen in browserJump to the PR or agent URL
enterView detailsFull conversation, metadata, status
↑↓ / jkNavigateMove between agents
rRefreshForce sync with Cursor API
cReconfigureRe-run setup wizard

The dashboard polls every 5 seconds. Scroll through agents with arrow keys, view full agent messages with scrollable detail view.

Install

Run directly with npx (nothing to install):

npx agents-control-tower

Or install globally for a shorter command:

npm install -g agents-control-tower
control-tower

Both agents-control-tower and control-tower work after global install.

First run asks for your Cursor API key. Grab one from cursor.com/dashboard - Integrations. Saved to ~/.agents-control-tower/config.json.

Or pass it as an env var:

CURSOR_API_KEY=sk-... control-tower

How It Works

SourceWhatHow
Cursor Cloud APIList, launch, stop, delete agents. Read conversationsREST, polled every 5s
Cursor Hooks (coming)Local IDE sessions, file edits, shell commandsFile-based event stream
graph LR
    A[Cursor Cloud API] -->|poll 5s| B[State Store]
    C[Cursor Hooks] -->|file watcher| B
    B --> D[Ink TUI]

Tech Stack

InkTUI framework
TypeScriptType safety
Node.jsRuntime
tsupBundler
VitestTests

Screens

Launch wizard - 3 steps: pick repo (with fuzzy filter), write the task prompt, select model and launch.

Agent detail - repo, branch, PR link, the prompt you gave it, and the full agent response with scroll.

Follow-up - send new instructions to a running agent without leaving the terminal.

Stop / Delete - inline confirmation. Press s or d, then y.

Keyboard Map

 DASHBOARD                          DETAIL VIEW
 ──────────────────────────         ──────────────────────────
 n         launch new agent         esc       back to dashboard
 ↑ / k     move up                  f         send follow-up
 ↓ / j     move down                s         stop agent
 enter     open detail              d         delete agent
 s         stop selected            o         open PR / URL
 d         delete selected          ↑↓        scroll message
 r         force refresh
 q         quit                    LAUNCH FLOW
                                    ──────────────────────────
 GLOBAL                             ↑↓        navigate options
 ──────────────────────────         /         filter repos
 ctrl+c    quit immediately         enter     select / confirm
 c         reconfigure              esc       cancel / go back

Contributing

Contributions welcome. See CONTRIBUTING.md for setup.

Author

Made by ofershap

LinkedIn GitHub

If this helped you, star the repo, open an issue if something breaks.

License

MIT © Ofer Shapira

Keywords

cursor

FAQs

Package last updated on 04 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts