Run dev servers in the background so your AI can debug errors while you watch the logs live. The shared terminal bridge for Claude, Cursor, and OpenCode.
$ curl -fsSL https://wcp.dev/install | bash
> /wcp
Zero-config setup. Automatically installs the /wcp slash command for Claude, Cursor, and OpenCode.
$ wcp dev ✓ wcp opened: dev Socket: ~/.wcp/wcp-dev.sock > my-app@1.0.0 dev > next dev ▲ Next.js 16.0.0 - Local: http://localhost:3000
$ wcp Watching 1 session(s): dev --- Replaying 12 buffered lines --- > my-app@1.0.0 dev > next dev ▲ Next.js 16.0.0 - Local: http://localhost:3000 --- Live stream ---
wcp dev
Auto-detects and runs your dev script in the background.
wcp <name> -- <cmd>
Run any specific command (builds, tests, watchers).
wcp
Watch sessions or auto-start dev server if none running.
wcp list
See what processes are currently running.
wcp kill <name>
Stop a background session.