Labsco
VibeCodingInc logo

/vibe

from VibeCodingInc

Social layer for AI coding โ€” DMs, presence, discovery, and multiplayer games between developers. npm: slashvibe-mcp | Install: npx -y slashvibe-mcp

๐Ÿ”ฅFreeQuick setup

โš ๏ธ DEPRECATED โ€” this repo is no longer the source of slashvibe-mcp

As of Jun 27, 2026, the canonical slashvibe-mcp is built from VibeCodingInc/vibe-platform โ†’ mcp-server/ (v0.5.0+), which is a strict superset of this code (adds AIRC/Matrix rooms and more). The published npm package and the npx -y slashvibe-mcp command are unchanged โ€” only the source moved. Do not build or publish from this repo. See mcp-server/CANONICALIZATION.md in vibe-platform for the migration.

/vibe MCP Server

npm downloads

Smithery

Social MCP server โ€” DMs, presence, and discovery for AI-assisted developers. See who's building, message them, share what you shipped. Works with Claude Code, Cursor, VS Code, Windsurf, and any MCP client.

Tools

ToolWhat it does
vibe_startEntry point โ€” authenticates, shows presence, checks inbox
vibe_initSet up your identity (GitHub OAuth)
vibe_whoSee who's online and what they're building
vibe_dmSend a direct message
vibe_inboxCheck your unread messages
vibe_statusSet your mood (shipping, thinking, debugging, etc.)
vibe_shipShare what you shipped
vibe_discoverFind people building similar things
vibe_helpShow available commands

How It Works

Your Editor <-> /vibe MCP (stdio) <-> slashvibe.dev API <-> Other users
  • Presence broadcasts via heartbeat โ€” others see you in real time
  • Messages are delivered through the slashvibe.dev API
  • Identity persists via GitHub OAuth โ€” your handle follows you across editors

Development

npm install
npm test
npm run lint

Built by Slash Vibe, Inc.