
Vibe
Add a social MCP layer to Claude Code so you can DM, see presence, and play games with other AI-assisted developers.
Overview
Vibe is a Build-phase Communication MCP server that adds DMs, presence, and games for Claude Code developers over stdio.
What is this MCP server?
- Social layer purpose-built for Claude Code workflows
- Direct messages between AI-assisted developers
- Presence signaling so you see who is around in the network
- Lightweight games between sessions
- npm slashvibe-mcp v0.2.1 with stdio MCP transport
- Registry version 0.2.1
- npm package identifier slashvibe-mcp
- stdio transport type in server schema
What problem does it solve?
Coding with AI can feel isolated because your editor has no lightweight social channel to other agent-native developers.
Who is it for?
Claude Code users who want optional peer DMs and presence without context-switching to Discord or Slack.
Skip if: Teams needing audited enterprise chat, non-Claude hosts as primary IDE, or builders who want zero network dependencies while coding.
What do I get? / Deliverables
Installing slashvibe-mcp connects your Claude Code session to Vibe’s social layer for messaging, presence, and games.
- MCP-connected social features: DMs, presence, and games
- stdio-backed Vibe integration alongside your coding session
- Community interaction layer without leaving the agent UI
Recommended MCP Servers
Journey fit
Vibe extends how you work inside the coding agent environment, which is build-time agent tooling rather than growth analytics. It is an MCP plugin for developer-to-developer interaction alongside your editor session, not production app communication for end users.
How it compares
Developer social MCP for Claude Code, not a customer support inbox or a project-management skill.
Common Questions / FAQ
Who is io.github.brightseth/vibe for?
AI-assisted developers, especially on Claude Code, who want a casual social network exposed as MCP tools.
When should I use io.github.brightseth/vibe?
When you are in active build sessions and want DMs, presence, or games with other Vibe users from inside your agent environment.
How do I add io.github.brightseth/vibe to my agent?
Add the slashvibe-mcp stdio server from npm to your Claude Code MCP configuration and restart the host per repo instructions on GitHub.