Enforces a seven-step development workflow directly inside your MCP client, blocking you from skipping tests or pushing without documentation. Each tool maps to a workflow stage: start_task, implement_code, create_tests, run_tests, document_changes, commit_and_push, and record_release. State persists in a local JSON file or optional PostgreSQL backend, so the server remembers where you left off and won't let you jump ahead. Useful if you want guardrails that prevent commit-first-test-later habits or if you're onboarding junior developers who need structured discipline. Ships with stdio transport and works in Windsurf or Claude Desktop out of the box.
claude mcp add --transport stdio programinglive-dev-workflow-mcp-server uvx dev-workflow-mcp-server