everything you vibecode turns to gold

An AI coach that guides you through planning, building, and shipping production-ready code.

Run Instantly

$ npx --yes midas-mcp@latest

No install required

Add to Cursor

// ~/.cursor/mcp.json { "mcpServers": { "midas": { "command": "npx", "args": ["midas-mcp@latest", "server"] } } }

Always uses latest version

01

Plan First

Brainlift / PRD / Gameplan

02

7-Step Build

Rules / Index / Read / Research / Implement / Test / Debug

03

Ship Ready

12 ingredients audit

midas_analyze

AI reads your codebase, docs, git history, and determines exactly where you are in the development lifecycle

midas_suggest_prompt

Generates the exact next prompt you should paste into Cursor based on your current phase and context

midas_verify

Runs build, tests, and lint. Auto-advances phase when gates pass. Blocks advancement when they fail.

midas_journal

Saves full conversations to a project journal. AI loads context from previous sessions automatically.

Plan IDEA / RESEARCH / BRAINLIFT / PRD / GAMEPLAN
Build RULES / INDEX / READ / RESEARCH / IMPLEMENT / TEST / DEBUG
Ship REVIEW / DEPLOY / MONITOR
Grow Graduation checklist for getting users

midas_oneshot

Retry after an error. Constructs prompt with original, error, and "avoid this" context.

Original + Error + Avoid = Works

midas_tornado

Stuck on same error 3x? Triggers the debugging cycle that actually works.

Research → Logs → Tests → Repeat

midas_horizon

AI output doesn't fit? Expand horizontal context: integrations, patterns, constraints.

Wrong output? Widen context.

Scores your project against 12 production readiness ingredients

1-4 Functional Frontend / Backend / Database / Auth
5-7 Integrated APIs / State / Design
8-10 Protected Testing / Security / Error Handling
11-12 Production Version Control / Deployment

Phase Management

midas_analyze, midas_suggest_prompt, midas_advance_phase, midas_set_phase, midas_get_phase

Verification

midas_verify, midas_validate_gates, midas_completeness, midas_preflight

Debugging

midas_oneshot, midas_tornado, midas_horizon, midas_record_error, midas_unstuck

Code Quality

midas_audit, midas_complexity, midas_simplify, midas_vuln_scan, midas_scan_debt

Documentation

midas_journal_save, midas_journal_list, midas_journal_search, midas_check_docs

Project Tracking

midas_gameplan_analyze, midas_gameplan_progress, midas_scope_creep

npx midas-mcp

Launch the terminal UI for visual coaching

[c] Copy suggested prompt
[r] Re-analyze project
[v] Run verification gates
[y] Preflight ship checks
1

Cursor loads Midas as MCP server

37 tools become available to the AI automatically

2

AI calls midas_analyze on your project

Reads codebase, docs, git history, determines current phase

3

Midas returns phase-aware guidance

What's done, what's next, exact prompt to paste

4

Auto-advances when gates pass

Build/test/lint must pass before moving forward