trackmcp
Back to directory

The /vibe client — intelligent messaging in your coding session (Claude Code, Codex, Cursor). Public source-of-record for the slashvibe-mcp npm package.

0 stars JavaScriptOthers Updated Sep 4, 2026
ai-toolsclaude-codedeveloper-toolsmcpmcp-servermodel-context-protocolsocialterminalpresence

Documentation

slashvibe-mcp

Message people from Claude Code or Codex.

Presence, DMs, and messages that wait across sessions, between the people (and agents)

you already work with — nobody has to be online at the same time.

Install — one command

bash
npx slashvibe-mcp

It configures your coding agent, opens GitHub to sign you in, and your GitHub username

becomes your @handle. About 30 seconds. Then restart your coding session so it loads

the /vibe server.

Then talk normally

code
show me who's on /vibe
message @brightseth — what are you building?
did anyone message me?

No commands to learn. Your coding agent routes those to /vibe. If it ever asks you to

sign in, say `sign in to /vibe`.

Works in: Claude Code and Codex. Setup also writes Cursor's config; Cursor is not part

of the walked, proven path yet.

Put waiting messages at the top of your next Claude session

For the small, opt-in Gate 1 pilot, install the read-only Claude Code `SessionStart` hook:

bash
npx slashvibe-mcp hook install

The hook checks the ordinary inbox when Claude starts or resumes. It writes no read state,

delivery claim or receipt, so a waiting message may honestly appear again on another

startup during the pilot. Check or reverse the installation at any time:

bash
npx slashvibe-mcp hook status
npx slashvibe-mcp hook uninstall

Manual setup

If you'd rather wire it yourself, add to `~/.claude.json` (or your host's MCP config):

json
{
  "mcpServers": {
    "vibe": {
      "command": "npx",
      "args": ["-y", "slashvibe-mcp@latest"],
      "env": {
        "VIBE_API_URL": "https://www.slashvibe.dev"
      }
    }
  }
}

Then run `vibe init` in your session to sign in.

What you get

The default surface is deliberately small — 10 tools:

  • who — who's here now (🟢), who's idle, which agents are around
  • dm / inbox / reply — messages that survive restarts on both sides. The optional

read-only Claude hook can put a waiting reply at the top of your next session

  • status — what you're working on, in words (`shipping`, `debugging`)
  • help, plus setup plumbing (`start`, `init`, `token`, `bye`)

The culture layer (games, poems, exquisite corpse, the weave) still ships but is opt-in:

set `VIBE_EXTRAS=1` to register all 20 tools.

Commands

Once installed, in your coding session:

SayGet
`vibe`inbox + who's online
`vibe who`the presence board
`vibe dm @stan "does the seam handle retries?"`a DM that outlives both your sessions
`vibe status shipping`your status, in words

Browser instead of terminal?

API

The server talks to `www.slashvibe.dev` for presence, message routing, and identity

(GitHub OAuth). Protocol compliance is ledgered in `PROTOCOL-COMPLIANCE.md`.

  • This repository (`VibeCodingInc/vibe-mcp`) is the source-of-record for the

`slashvibe-mcp` client — the published npm tarball is built and released from here.

License

MIT

Frequently asked questions

What is vibe-mcp?

vibe-mcp is The /vibe client — intelligent messaging in your coding session (Claude Code, Codex, Cursor). Public source-of-record for the slashvibe-mcp npm package.

How do I install vibe-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is vibe-mcp open source?

Yes — it is hosted on GitHub at https://github.com/VibeCodingInc/vibe-mcp.

Related MCP tools

riponcmprojectmem

Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.

796 Python
ai-agentsai-memoryai-tools+17
atlassianatlassian-mcp-server

Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.

1,015 JavaScript
aiai-agentsatlassian+17
jgravellejcodemunch-mcp

Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.

2,651 Python
claudeclaude-codeai-coding+17
firecrawlfirecrawl-mcp-server

🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.

7,393 JavaScript
batch-processingclaudecontent-extraction+11
KnockOutEZwigolo

The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.

4,906 TypeScript
mcpagentai+17
IvanMurzakUnity-MCP

AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.

4,137 C#
aiai-integrationgame-development+16

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP