
Vibe
STDIOMCP server integrating vibe-cli for unified AI coding rules management across platforms
MCP server integrating vibe-cli for unified AI coding rules management across platforms
A Model Context Protocol (MCP) server that provides AI-integrated access to vibe-cli for unified AI coding rules management.
See how AI assistants analyze projects and manage unified coding standards
Add to your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{ "mcpServers": { "vibe": { "command": "npx", "args": ["-y", "@jinjos/vibe-mcp"], "cwd": "/path/to/your/project" } } }
{ "mcpServers": { "vibe": { "command": "npx", "args": ["-y", "@jinjos/vibe-mcp"] } } }
repo_analysis
Performs deep analysis of project tech stack, AI configurations, and rule coverage.
{ "projectPath": "/path/to/project", "options": { "verbose": true } }
Returns AI-optimized JSON with:
init_rules
Sets up unified AI rules system with platform configurations.
{ "projectPath": "/path/to/project", "options": { "platforms": "cursor,claude,copilot,gemini", "full": false } }
sync_rules
Syncs rules from platform directories to unified vibe/ system.
{ "projectPath": "/path/to/project", "options": { "platforms": "auto", "full": false, "dryRun": true } }
vibe_status
Comprehensive status of vibe system including performance metrics.
{ "projectPath": "/path/to/project", "options": { "verbose": true } }
AI Agent ↔ MCP Protocol ↔ Vibe MCP Server ↔ vibe-cli
The MCP server provides:
VIBE_LOG_LEVEL
: Logging level (0=ERROR, 1=WARN, 2=INFO, 3=DEBUG)Enable debug logging:
VIBE_LOG_LEVEL=3 npx -y @jinjos/vibe-mcp
npm run build # Ensure server is built
# Enable debug logging VIBE_LOG_LEVEL=3 node dist/index.js
The server maintains:
MIT - Same as vibe-cli
🤖 Bring your AI tools into perfect harmony 🤖