We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brightseth/vibe'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
demo.tape•576 B
# VHS tape for /vibe README demo
# Run: vhs demo.tape
Output demo.gif
Set FontSize 16
Set Width 800
Set Height 500
Set Theme "Catppuccin Mocha"
Set Padding 20
Set TypingSpeed 50ms
# Start with Claude Code prompt
Type "claude"
Enter
Sleep 2s
# Show the vibe start command
Type "let's vibe - who's online?"
Sleep 500ms
Enter
Sleep 3s
# Simulated response showing presence
# (In reality Claude will call vibe_who)
Sleep 2s
# Show someone is online
Type "message @coltrane hey, nice pomodoro CLI!"
Sleep 500ms
Enter
Sleep 3s
# Show message sent
Sleep 2s
Type "exit"
Enter