v0.3.0
/vibe MCP Server v0.3.0
First official release.
Highlights
- 39 tools across 11 categories (Core, Presence, Creative, Discovery, Memory, Games, File Coordination, Infrastructure, Diagnostics, Settings)
- Safety annotations on all tools (
readOnlyHint,destructiveHint,idempotentHint,openWorldHint) - Local SQLite persistence for sessions, messages, and memory
- GitHub OAuth for identity
Recent Improvements
- Normalized API URLs, error shapes, and init checks
- Added debug() utility, removed console.log calls
- TypeScript checking with JSDoc annotations
- ESLint + Prettier formatting
- CI pipeline with smoke tests
- Unit tests for shared, config, and tool schemas
Install
npx slashvibe-mcpOr add to your MCP config:
{
"mcpServers": {
"vibe": {
"command": "npx",
"args": ["-y", "slashvibe-mcp"]
}
}
}Full docs: https://docs.slashvibe.dev