vibes-mcp
v0.1.11
Published
Social presence layer for AI coding agents - see who's vibing while you code
Maintainers
Readme
Vibes
A lightweight social presence layer for AI coding agents. See who else is coding right now.
Install
Claude Code Plugin (recommended)
claude plugin install github:binora/vibesOr via npm
claude mcp add vibes-mcp -- npx vibes-mcp@latestUsage
/vibes # See recent vibes
/vibes "shipping at 2am" # Drop a vibeWhat You'll See
💭 12 others vibing
"it works and I don't know why" 3m
"mass-deleted 400 lines" 8m
"shipping at 2am again" 12mFeatures
- Anonymous - no accounts, no profiles
- Ephemeral - drops auto-delete after 24h
- Agent-scoped - Claude Code users see Claude Code vibes
- Minimal - ~180 tokens per call
How It Works
- Your MCP server sends a heartbeat every 60s
- HyperLogLog counts unique active users
- Drops are stored in Redis, scoped by agent
- Everything auto-expires - no data hoarding
Configuration
| Env Var | Default | Description |
|---------|---------|-------------|
| VIBES_HEARTBEAT_SECONDS | 60 | Heartbeat interval (min: 60) |
| VIBES_API_URL | https://vibes-api.fly.dev | API endpoint |
Rate Limits
- 5 drops per hour
- 140 characters max per drop
License
MIT
