/wcp

0 installs
Star

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.

Installation

$ curl -fsSL https://wcp.dev/install | bash

> /wcp

Zero-config setup. Automatically installs the /wcp slash command for Claude, Cursor, and OpenCode.

Quick Start

AI CODING SESSION
$ 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
YOUR TERMINAL
$ 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 ---

Workflow & Commands

For the Agent
  • wcp dev Auto-detects and runs your dev script in the background.
  • wcp <name> -- <cmd> Run any specific command (builds, tests, watchers).
For You
  • 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.