spec-workflow-mcpMCP Server38/100 via “specification document creation and version management with template support”
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: Stores specifications as version-controllable markdown files with optional JSON frontmatter, making them readable in any text editor and compatible with git. Templates are file-based and can be customized per project, enabling teams to enforce consistent specification structure without a separate template engine.
vs others: More transparent than wiki-based specification systems because specs live in the project repository and can be version-controlled with code, and more flexible than rigid form-based systems because markdown supports free-form content with optional structured metadata.