MCP Server
Active
MIT
io.github.pooriaarab/vibelive MCP Server
io.github.pooriaarab/vibelive
What is the io.github.pooriaarab/vibelive MCP server?
Multiplayer for agentic coding terminals: live cursors, presence, chat.
How to install io.github.pooriaarab/vibelive
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"vibelive": {
"command": "npx",
"args": [
"-y",
"vibelive",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"vibelive": {
"command": "npx",
"args": [
"-y",
"vibelive",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vibelive": {
"command": "npx",
"args": [
"-y",
"vibelive",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"vibelive": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vibelive",
"mcp"
]
}
}
}Claude Code
claude mcp add vibelive -- npx -y vibelive mcpRelated MCP servers
Dating by tokens, matched by usage league across agentic CLIs. Local-first.
0
View repository →TypeScript
MIT
BitTorrent-style mesh for AI inference across agentic CLIs. Local-first.
0
View repository →TypeScript
MIT