# Openmuster See what your agents are doing in real time

> Source: <https://www.openmuster.com/>
> Published: 2026-08-27 15:37:58+00:00

Know what your AI agents are doing.

MCP / AGENT OBSERVABILITY

OpenMuster is a visibility layer between AI agents and their human developer.

Your agents do the work. OpenMuster shows you what started, what finished, what is in progress, and when something needs your input.

``` bash
$ openmuster watch live

[connected] claude code / mcp
12:04:09 task.started
12:04:18 task.progress "Inspecting auth"
12:05:41 task.input_requested
→ needs your input
```

Live task stream

`3 agents / 1 needs you`

Build API

Latest: Inspecting existing auth

Database migration

Should I replace the existing users table?

Fix login bug

4m 23s

01 / How it works

02 / The signal

```
endpoint /mcp
events started → progress → input → done
status visible to the human developer
```


