spec-workflow-mcpMCP Server38/100 via “specification-driven workflow orchestration with sequential phase enforcement”
A Model Context Protocol (MCP) server that provides structured spec-driven development workflow tools for AI-assisted software development, featuring a real-time web dashboard and VSCode extension for monitoring and managing your project's progress directly in your development environment.
Unique: Implements phase enforcement through file system structure rather than a database, making the workflow state human-readable and version-controllable. Each phase has a dedicated directory (specs/, approvals/, etc.) and the system validates prerequisites by checking for required artifacts before allowing phase transitions, creating a self-documenting workflow.
vs others: More transparent than traditional project management tools because the entire workflow state lives in version-controllable files within the project, enabling developers to understand and audit the workflow without accessing external systems.