vibeshare live for VS Code
io.github.pooriaarab/vibeshare-live
Share a live agent coding session by URL. Spectate or invite in.
client:VS Code
transport:stdio
runtime:npm
Install vibeshare live in VS Code
.vscode/mcp.json
{
"servers": {
"vibeshare-live": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vibeshare-live"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs