Vibemaster
Intelligent MCP orchestrator that coordinates multiple MCPs for optimal coding experience
Ask AI about Vibemaster
Powered by Claude Β· Grounded in docs
I know everything about Vibemaster. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
VibemasterMCP
The #1 MCP orchestrator that makes Claude think like a senior engineer β 58 tools, persistent memory, GSD planning, RAG search, auto-review, quality scoring, and security hardening.
Quick Start
Install
npm i vibemaster-mcp
The interactive setup wizard launches automatically after install. Choose your runtimes and you're done.
Manual Setup
npx vibemaster-mcp-setup # Interactive wizard
npx vibemaster-mcp-setup --all # Auto-configure everything
npx vibemaster-mcp-setup claude cursor # Specific runtimes
npx vibemaster-mcp-setup --uninstall # Remove all configs
Supported Runtimes
| Runtime | Config Written To |
|---|---|
| Claude Code | claude mcp add or .claude.json |
| OpenCode | opencode.json |
| Codex (OpenAI) | .codex/config.json |
| Gemini CLI | .gemini/settings.json |
| Cursor | AppData/Cursor/mcp.json |
| Windsurf | AppData/Windsurf/mcp.json |
| VS Code | settings.json (mcp.servers) |
| Cline | cline_mcp_settings.json |
| Augment | settings.json (mcp.servers) |
| GitHub Copilot | .vscode/mcp.json |
| Trae | settings.json |
| Kilo, Qwen Code, CodeBuddy, Antigravity | Config files |
Verify
Open your AI tool and run:
health_check
First Steps
bootstrap Set up environment + install MCPs
health_check Verify everything works
remember Save your first memory
plan "build a REST API" See VibeMaster plan a project
What It Does
Orchestration
- orchestrate β Route any query to the right MCP combination
- plan β Generate execution plan before coding
- autopilot β End-to-end task with self-correction
- agent_team β Decompose large tasks into specialist agents
Memory & Context
- remember / recall / forget β Persistent knowledge across sessions
- memory_summary β View all stored memories
- smart_context β Combine docs + memory + project info
- code_context β Get relevant code for your current task
Code Intelligence
- debug_session β Deep static analysis (60 rules)
- code_review β PR-style review with 35+ rules
- quality_report β Score code 0-100
- auto_patch β Apply safe mechanical fixes
- agentic_fix β Full analyze β patch β verify cycle
- complexity_check β Track complexity over time
- call_graph β Build call graph + impact analysis
- diff_analyze β Show bugs introduced by your change
- dataflow_analyze β Trace tainted data to dangerous sinks
RAG & Search
- index_codebase β Build semantic search index with vector embeddings
- code_search β Search codebase by meaning, not text
- explain_codebase β Generate architecture documentation
GSD Project Management
- gsd_new β Start project with clarifying questions
- gsd_plan β Generate full project roadmap
- gsd_execute β Execute a phase or milestone
- gsd_uat β Run UAT verification
- gsd_status β Track project progress
Security & Quality
- secret_audit β Scan configs for exposed API keys
- security_report β Full security posture report
- trust_report β Score MCP trustworthiness
- health_check β Check which MCPs are healthy
Environment Setup
- bootstrap β One-command environment setup
- detect_stack β Identify your tech stack
- install_mcps β Install missing MCP servers
- discover_mcps β Search 4,000+ MCP registry
- generate_claude_md β Generate CLAUDE.md system prompt
Tools Reference
| Tool | Description |
|---|---|
orchestrate | Intelligently orchestrate multiple MCPs |
debug_session | Full bug analysis with pipeline modes |
auto_patch | Apply safe mechanical fixes |
agentic_fix | Analyze β patch β verify cycle |
code_review | PR-style review with static analysis |
quality_report | Code quality score 0-100 |
diff_analyze | Show bugs introduced by changes |
dataflow_analyze | Taint flow analysis |
complexity_check | Complexity scoring + trends |
call_graph | Function call relationships |
refactor_suggest | Concrete refactoring ideas |
analyze_project | Multi-file architecture health |
generate_tests | Vitest regression test generation |
analyze_prompt | AI prompt quality scoring |
run_workflow | Multi-step analysis workflow |
remember / recall / forget | Persistent memory |
plan / autopilot | Planning & autonomous execution |
agent_team | Task decomposition into agents |
gsd_new / gsd_plan / gsd_execute | GSD project management |
gsd_uat / gsd_status / gsd_list | UAT & tracking |
index_codebase / code_search | RAG semantic search |
bootstrap / install_mcps | Environment setup |
discover_mcps | Search 4,000+ MCPs |
health_check / metrics | Monitoring |
secret_audit / security_report | Security |
smart_context / code_context | Intelligent context |
session_report / daily_standup | Session analytics |
Workflows
| Workflow | Description |
|---|---|
full_review | Complete analysis: bugs, quality, complexity, tests |
security_audit | Taint flow + injection vulnerability checks |
pre_commit | Fast check before committing |
onboarding | First-time analysis of a new file |
fix_and_verify | Apply fixes, generate tests, verify |
Skills
Built-in structured workflows with automatic planning:
implement_featureβ Plan and implement a new featurefix_bugβ Diagnose and fix a bugsecurity_hardeningβ Harden code against attacksrelease_readyβ Prepare for production releasewrite_testsβ Generate comprehensive testscode_reviewβ Full code review workflowexplain_codebaseβ Architecture documentation
run_skill skill_id=fix_bug query="login returns 500 on empty email"
Orchestrated MCPs
VibeMaster discovers and orchestrates these MCPs:
Tier 1 β Core
- context7 β Up-to-date library docs
- sequential-thinking β Structured reasoning
- playwright β Browser automation
- taskmaster β Task management
- desktop-commander β Shell commands
Tier 2 β Dev Workflow
- github β Issues, PRs, repos
- filesystem β File read/write
- brave-search β Live web search
- markitdown β PDF/Office conversion
- gitguardian β Secret scanning
Tier 3 β Remote Services
- supabase, sentry, stripe, vercel, linear
Requirements
- Node.js >= 20.0.0
- npm >= 9.0.0
Development
npm install
npm run build
npm test
npm run start
Version History
| Version | Key Addition |
|---|---|
| v8.0.0 | 58 tools, GSD, RAG, agent teams, sync |
| v8.0.1 | Setup wizard, better-sqlite3 v12, cross-platform fixes |
License: MIT Β© SnaiilyDevelopment
