Skip to content
Cursor

vibe for Cursor

io.github.brightseth/vibe

Social layer for Claude Code - DMs, presence, games between AI-assisted developers

client:Cursor transport:stdio runtime:npm

Install vibe in Cursor

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

{
  "mcpServers": {
    "vibe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "slashvibe-mcp"
      ]
    }
  }
}

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

vibe in other clients