vibe
The vibe server is a social MCP server that lets AI-assisted developers connect, communicate, and share their work in real time directly from their editor.
Authenticate & Get Started (
vibe_start,vibe_init): Onboard via GitHub OAuth, set your handle and a one-liner about what you're building, see who's online, and check your inbox.See Who's Online (
vibe_who): View other developers currently active and what they're working on.Direct Messaging (
vibe_dm): Send a direct message to any user by their handle.Check Your Inbox (
vibe_inbox): Read unread messages and browse recent conversation threads.Set Your Status (
vibe_status): Broadcast your current state — options includeshipping,thinking,afk,debugging,pairing,deep,celebrating,struggling, orclear.Share What You Shipped (
vibe_ship): Announce a completed project or feature to the community board, with an optional URL, tags, and inspiration credits.Discover People (
vibe_discover): Find developers building similar things via suggestions, keyword search, or browsing active users.Get Help (
vibe_help): Display all available commands.
Uses GitHub for secure authentication and identity persistence via OAuth, enabling developers to maintain a consistent handle and social profile across different editors and sessions.
⚠️ DEPRECATED — this repo is no longer the source of
slashvibe-mcpAs of Jun 27, 2026, the canonical
slashvibe-mcpis built fromVibeCodingInc/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 thenpx -y slashvibe-mcpcommand are unchanged — only the source moved. Do not build or publish from this repo. Seemcp-server/CANONICALIZATION.mdin vibe-platform for the migration.
/vibe MCP Server
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.
Install
claude mcp add vibe -- npx -y slashvibe-mcpCursor — add to ~/.cursor/mcp.json:
{ "mcpServers": { "vibe": { "command": "npx", "args": ["-y", "slashvibe-mcp"] } } }VS Code — add to .vscode/mcp.json:
{ "servers": { "vibe": { "command": "npx", "args": ["-y", "slashvibe-mcp"] } } }Windsurf — add to ~/.codeium/windsurf/mcp_config.json:
{ "mcpServers": { "vibe": { "command": "npx", "args": ["-y", "slashvibe-mcp"] } } }Cline — MCP Servers > Configure > Edit JSON, add vibe server as above.
Continue.dev — create .continue/mcpServers/vibe.json:
{ "command": "npx", "args": ["-y", "slashvibe-mcp"] }JetBrains — Settings > Tools > AI Assistant > MCP, command npx, args -y slashvibe-mcp.
Related MCP server: flaiwheel
Getting Started
"let's vibe"That's it. Authenticates via GitHub, shows who's online, checks your inbox.
Tools
Tool | What it does |
| Entry point — authenticates, shows presence, checks inbox |
| Set up your identity (GitHub OAuth) |
| See who's online and what they're building |
| Send a direct message |
| Check your unread messages |
| Set your mood (shipping, thinking, debugging, etc.) |
| Share what you shipped |
| Find people building similar things |
| Show available commands |
How It Works
Your Editor <-> /vibe MCP (stdio) <-> slashvibe.dev API <-> Other usersPresence 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
Troubleshooting
"I installed but don't see /vibe tools" — restart your editor after adding the MCP config.
"Authentication failed" — OAuth opens a browser window. If it didn't open, go to slashvibe.dev/login. The callback runs on localhost:9876 — make sure that port is free.
Development
npm install
npm test
npm run lintContributing
We welcome contributions. See CLA.md before submitting pull requests.
License
MIT — see LICENSE
Links
Built by Slash Vibe, Inc.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VibeCodingInc/vibe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server