Share a live agent coding session by URL. Spectate or invite in.
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.
Share your live agent coding session by URL β traces.com-style, open source, CLI-first. Spectators watch read-only; invite links let viewers request to join as collaborators (host approves, live).
Part of the Vibe Suite β companion tools for agentic coding CLIs (Claude Code, Codex, Gemini, Grok/pi, Kimi). Ships as CLI + npm package + MCP server, built on @pooriaarab/vibe-core (consent ledger, hooks bus, badges).
Local-first: the share runs on your machine. The consent ledger gates every share (share:session scope), the stream is served straight from your host, and nothing is stored on a server.
vibeshare shares a LIVE TERMINAL SESSION. It wraps a PTY, so the program inside is irrelevant β any agent CLI, shell, or TUI renders faithfully (colors, cursor, full-screen) via xterm.js in the browser.
Two ways to share a session:
vibeshare --public -- <harness> β vibeshare is the parent, PTY-captures. Examples: vibeshare --public -- claude, -- codex, -- gemini, -- aider, -- opencode, -- kimi, -- amp, or any shell/command.vibeshare attach <pane> taps it live. Harness-agnostic β it captures the terminal, not the app.Verified harnesses (all render the real TUI live): Claude Code (claude), OpenAI Codex (codex), Gemini CLI (gemini), aider (requires pip install aider-chat), opencode, Moonshot Kimi (kimi), pi (grok/glm), Sourcegraph amp (requires its own PATH setup). Others (Continue, Goose, Crush, Qwen, Cursor Agent, Warp, Zed, β¦) wrap identically β they're just terminal programs.
| Need | Command |
|---|---|
| Share a new claude session | vibeshare --public -- claude |
| Share a running session | Run it in tmux + vibeshare attach <pane> |
| Local-only sharing | vibeshare -- <cmd> |
Modes: --public (WebRTC P2P + e2e via getvibe.dev), --tunnel <provider> (12 providers, e2e), or local loopback/LAN. Presence + attributed chat included.
βΆ Watch the launch video β claude is multiplayer now.
https://github.com/pooriaarab/vibeshare/raw/main/branding/launch-video.mp4
Running vibeshare prints the link:
Opening the URL shows a self-contained spectator page (no install for viewers) streaming the session live over SSE, with a "Request to join" button on invite links. First run asks for consent (--yes to skip); the grant is recorded locally in ~/.vibeshare/consent.json and can be revoked any time.
Read-only is real: there is no route that lets a viewer write β the host is the server of record, and promotion to collaborator goes only through a host-approved request (ViewerRegistry.canWrite() is the single gate).
--public shares are peer-to-peer with STUN only by default (free, no infra) β that works across most NATs. If viewers sit behind symmetric NATs or isolated networks and get stuck on "waiting for host", add a TURN relay: ICE config is set on the host and automatically propagated to viewers over signaling, so both ends use it.
Precedence, highest first:
--ice-servers '<json>' CLI flag β a JSON array of RTCIceServer objectsVIBESHARE_ICE_SERVERS env var (same JSON)~/.vibeshare/config.json β "iceServers" key[{ "urls": "stun:stun.l.google.com:19302" }] (STUN only)The credentials are the host's own (short-lived tokens by convention); they travel over the signaling channel to viewers so the browser can reach the relay. Malformed flag/env JSON is reported and skipped β resolution falls through to the next source, never breaking the share.
createShare throws ConsentRequiredError without a share:session grant. Bring your own plumbing with ShareManager, LocalHttpTransport, and FileConsentStore.
Tools: vibeshare_create, vibeshare_viewers, vibeshare_stop β so an agent can offer "share this session?". Your MCP client's tool-approval prompt is the consent act (recorded with that note). Approving join requests stays human-only, via the CLI.
vibeshare owns the link + gate; session content is an ordered feed served to spectators. The one deliberate seam is transport (src/transport.ts):
LocalHttpTransport (implemented, default): spectator page + SSE stream + loopback host-control API, served from your machine. Nothing stored on a server.RelayTransport (lands with vibelive): a dumb e2e relay / p2p mesh handing out public vibeshare.io URLs β same ShareTransport interface, swap-in only. Collaborator input routing is part of that seam and must pass ViewerRegistry.canWrite().Everything else β consent, access policy, passphrase gate, expiry teardown, viewer registry, revocation β is fully implemented and tested.
The original UX prototype (no build, no network): open docs/prototype.html. Spec: docs/spec.md.
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/vibeshare-live)<a href="https://allmcps.com/mcp/vibeshare-live"><img src="https://allmcps.com/api/badge/vibeshare-live?style=directory" alt="Vibeshare Live on AllMCPs" /></a>