Local dev server monitor for Mac.

AgentPeek lists every dev server running on your Mac, labeled by runtime and project, so you can open, copy, or stop any of them in one click.

See every running localhost port

Agents and humans both spin up dev servers, and they pile up. AgentPeek watches ports 3000-9999 for anything listening and lists them in the panel and menu bar, sorted by port. No more lsof guessing which process owns 3000 or whether last week's server is still running.

Labeled by runtime and project

Each server is tagged by its runtime so you know what it is at a glance: Node, Bun, Deno, Python, Ruby, Rust, or Go. Anything else shows its process name. Every row also shows the project folder, taken from the process working directory, so two servers on neighboring ports never blur together.

Open, copy, or stop in one click

Every server row gives you three direct actions:

Open

Launch the URL in your browser in one click.

Copy

Copy the URL to share or paste it wherever you need.

Stop

End the process with SIGTERM, then SIGKILL if it refuses to quit.

That last one is the cleanup you reach for most: kill a stray dev server without digging up its PID.

Glanceable from notch or menu bar

The dev server list lives in the expanded notch panel and in the menu bar summary, right alongside token usage and active sessions. When an agent starts a server as part of a task, you see it appear without leaving your editor. Full reference in the docs.

Frequently asked questions

AgentPeek watches ports 3000 through 9999 and lists every listening dev server in the notch panel and menu bar, sorted by port and labeled by runtime and project.
Yes. Each server row has a stop action that sends SIGTERM, then SIGKILL if the process keeps running.
Node, Bun, Deno, Python, Ruby, Rust, and Go are labeled by name; anything else shows its process name.
Yes. Any server listening on the watched ports appears, including ones a Claude Code or Codex session starts.

Tame your local servers.

Free for 2 days, then a $15 one-time license. Activate once during onboarding.

Download for Mac