Local runtime provenance for coding agents. Inspect sessions and explain which one owns a process.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
wyd? β what you doing?
See what your coding agents left running.
Coding agents spawn MCP servers, headless browsers, dev servers, workers, and databases.
ps tells you what is running. wyd tells you why β which session started it, in which project, and whether it's leftover.
Local, macOS and Linux. No account, no network, no telemetry.
Each tagged release publishes the crate to crates.io and bumps
Formula/wyd.rb in oxyplay/homebrew-tap
automatically, so wyd upgrade stays current with no manual step. wyd upgrade
still prints a hint if a formula bump is ever lagging.
Binaries: GitHub Releases. From a clone: cargo install --path .

OS daemons stay hidden. Desktop Chrome stays hidden. Agent-spawned Chromium does not.
ps / Activity Monitor | Docker Desktop | wyd | |
|---|---|---|---|
| Every process | yes | containers only | only dev runtime |
| Who started it | no | compose labels | agent β MCP β browser |
| Which project | no | sometimes | cwd / git root |
| Leftover? | no | you guess | scored, with a reason |
| Safe kill | you hope | stop/rm | PID + start time, y to confirm |
| Volumes | β | easy to nuke | unused β garbage; D required |
Built for people who run coding agents all day and then ask what did that session leave behind?
Beyond the live view, wyd tracks coding-agent runtime sessions β which
resources a session spawned, keyed by boot_id + pid + start_time, so the
provenance survives process re-parenting and Wyd restarts. A deterministic
resolver attributes resources to a session with an explainable score when
exact ancestry is gone.
wyd why <pid> β which session owns a process, and the evidence.wyd --json sessions β recorded sessions as JSON.wyd serve β a local daemon over a Unix socket (wyd.sock, mode 0600, single-instance). Keeps provenance fresh and answers read-only queries; vendors can register sessions with session_start / session_end (their id maps to a Wyd session as an alias).wyd mcp β a Model Context Protocol server over stdio, so a coding agent can ask wyd for its sessions and who owns a PID.wyd also speaks the Model Context Protocol over stdio, so a coding agent
can ask the machine what it β or other agents β left running.
Starts the local MCP server (read-only). It exposes two tools:
list_sessions (recorded agent sessions) and explain (which session owns a
process, by pid). No network, no account β the answers come from the local
provenance store.
Registered in the MCP Registry:
mcp-name: io.github.oxyplay/wydTry the hosted demo: https://demo.wyd.sh
wyd exposes six WebMCP tools so a browser agent can investigate leftovers in
the same UI the human sees: list_sessions, get_session, list_leftovers,
explain_process, focus_resource, propose_cleanup. Nothing is killed from
a tool call β the human confirms cleanup.
Paste this into a browser agent on the demo (or local wyd web):
WebMCP support was added during the OpenAI WebMCP Challenge on top of the existing wyd CLI/TUI runtime inspector.
See docs/webmcp.md.
| Key | Action |
|---|---|
β β / h l | overview / list |
β β / j k | move (scroll the details popup) |
Tab | focus overview / list |
backspace | go back (clear filter / project / section, never quits) |
enter | details popup; on a project, pin that project |
space | mark several |
x / K | terminate / force kill (y confirms) |
s | stop running Docker container (running ones sort first) |
c | Docker clean (y; volumes need D) |
P | prune unused anonymous volumes (confirm; named data kept) |
o | open the selected listener as HTTP (o try HTTP β an explicit assumption; listeners are shown as sockets, not URLs) |
p | projects |
/ | filter |
r | refresh |
? | help |
esc | close popup, then clear filter / project, then quit |
q | quit |
Kill only signals the itemβs own PIDs (re-checked by PID + start time). A named volume is never treated as garbage β only anonymous, unattached ones (P) are offered for pruning, with confirmation. The bottom hint line is context-aware: it shows the actions that apply to the currently selected row.
Same snapshot as the TUI β useful after an agent finishes a task:
Filters: leftovers, mcp, agents, docker, project, sessions (JSON only).
Field names stay stable until a major version bump. Empty ports / reasons / children / project are omitted.
~/.config/wyd/config.toml β missing file is fine.
Apache-2.0. Copyright 2026 Maksym Nevinchanyy.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/wyd)<a href="https://allmcps.com/mcp/wyd"><img src="https://allmcps.com/api/badge/wyd?style=directory" alt="Wyd on AllMCPs" /></a>