Skip to content
Grok

vibelive for Grok

io.github.pooriaarab/vibelive

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

client:Grok transport:stdio runtime:npm

Install vibelive in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

vibelive in other clients