everything you vibecode turns to gold
An AI coach that guides you through planning, building, and shipping production-ready code.
Initialize
$ npx --yes midas-mcp@latest
No install required
// ~/.cursor/mcp.json
{
"mcpServers": {
"midas": {
"command": "npx",
"args": ["midas-mcp@latest", "server"]
}
}
}
Always uses latest version
01
Brainlift / PRD / Gameplan
02
Rules / Index / Read / Research / Implement / Test / Debug
03
12 ingredients audit
What Midas Does
AI reads your codebase, docs, git history, and determines exactly where you are in the development lifecycle
Generates the exact next prompt you should paste into Cursor based on your current phase and context
Runs build, tests, and lint. Auto-advances phase when gates pass. Blocks advancement when they fail.
Saves full conversations to a project journal. AI loads context from previous sessions automatically.
The Development Lifecycle
When Things Go Wrong
Retry after an error. Constructs prompt with original, error, and "avoid this" context.
Original + Error + Avoid = Works
Stuck on same error 3x? Triggers the debugging cycle that actually works.
Research → Logs → Tests → Repeat
AI output doesn't fit? Expand horizontal context: integrations, patterns, constraints.
Wrong output? Widen context.
midas_audit: 12 Ingredients
Scores your project against 12 production readiness ingredients
37+ MCP Tools
midas_analyze, midas_suggest_prompt, midas_advance_phase, midas_set_phase, midas_get_phase
midas_verify, midas_validate_gates, midas_completeness, midas_preflight
midas_oneshot, midas_tornado, midas_horizon, midas_record_error, midas_unstuck
midas_audit, midas_complexity, midas_simplify, midas_vuln_scan, midas_scan_debt
midas_journal_save, midas_journal_list, midas_journal_search, midas_check_docs
midas_gameplan_analyze, midas_gameplan_progress, midas_scope_creep
Interactive TUI
npx midas-mcp
Launch the terminal UI for visual coaching
How It Works
37 tools become available to the AI automatically
Reads codebase, docs, git history, determines current phase
What's done, what's next, exact prompt to paste
Build/test/lint must pass before moving forward