Skip to content
VS Code

vibelive for VS Code

io.github.pooriaarab/vibelive

Multiplayer for agentic coding terminals: live cursors, presence, chat.

client:VS Code transport:stdio runtime:npm

Install vibelive in VS Code

.vscode/mcp.json

{
  "servers": {
    "vibelive": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vibelive"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

vibelive in other clients