Skip to content
Cursor

vibeshare live for Cursor

io.github.pooriaarab/vibeshare-live

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

client:Cursor transport:stdio runtime:npm

Install vibeshare live in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "vibeshare-live": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vibeshare-live"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vibeshare live in other clients