Social layer for Claude Code - DMs, presence, discovery, and games between AI-assisted developers
claude mcp add vibe-mcp -- npx -y slashvibe-mcp
claude_desktop_config.json
{
"mcpServers": {
"vibe-mcp": {
"command": "npx",
"args": [
"-y",
"slashvibe-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"vibe-mcp": {
"command": "npx",
"args": [
"-y",
"slashvibe-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vibe-mcp": {
"command": "npx",
"args": [
"-y",
"slashvibe-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"vibe-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"slashvibe-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"vibe-mcp": {
"command": "npx",
"args": [
"-y",
"slashvibe-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.VibeCodingInc--vibe-mcp/reviews or the review_server meta-tool.
POST /mcp