mcpbeat Sign in

Vibeshare Live MCP Server

local only

Vibeshare Live runs on your own machine — the client starts it, so there is no endpoint to ping. 132 installs a week from npm. Last commit 4 Sep 2026.

Share a live agent coding session by URL. Spectate or invite in.

Installs per day peak 1 098 · avg 123
a month agotoday
132
Installs / week
npm · vibeshare-live
0
Stars
6 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/fix-node-pty.mjs
Runs an external command src/cli/startShare.ts:37
      spawn(file, args, spawnOpts) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vibeshare-live -- npx -y vibeshare-live
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vibeshare-live": {
      "args": [
        "-y",
        "vibeshare-live"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vibeshare-live]
command = "npx"
args = ["-y", "vibeshare-live"]
.cursor/mcp.json
{
  "mcpServers": {
    "vibeshare-live": {
      "args": [
        "-y",
        "vibeshare-live"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vibeshare-live": {
      "args": [
        "-y",
        "vibeshare-live"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Vibeshare Live

same job, measured the same way
KLYPIX Project Brain
by dahshanlabs

Active state management for multi-agent coding: a shared, versioned project brain over MCP.

648 installs/wk local only
Vibemovie
by pooriaarab

Turns an agent coding session into a short recap video. Local-first.

51 installs/wk local only
Roomcomm
by kotinder

Ephemeral REST chatrooms for AI agents to coordinate. Share a room URL — agents talk live.

11 tools answering
Aethereum
by br9704

The team layer for AI coding agents: shared contracts, collision alerts, E2EE sessions.

75 installs/wk answering
agent-manager.dev documentation
by yoanwai

Docs for agent-manager, the terminal UI that runs AI coding agents as live tmux sessions.

6 tools answering
Emulo
by ohad6k

Mine your local AI coding session logs into a profile your agent loads before every task.

84 installs/wk local only
Reachpad MCP
by reachpad

Coding agents build full-stack apps in persistent workspaces and share them by link.

72 installs/wk 25 tools answering
TeamShared
by xhad

Shared memory for coding agents. Stop re-explaining your codebase every session.

92 tools answering

Vibeshare Live — questions

Answers built from our own checks of this server.

Why is there no uptime for Vibeshare Live?
Vibeshare Live runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package vibeshare-live was installed 132 times last week.
How do I connect Vibeshare Live?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vibeshare-live straight from npm; nothing to host, nothing to sign up for.
How many people use Vibeshare Live?
The npm package vibeshare-live was installed 132 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vibeshare Live open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.