Requires Node.js 20+ to run the MCP server as specified in the prerequisites section.
Used for generating installation badges in the README that link to VS Code installation commands.
Spec-Driven Development MCP Server
Model Context Protocol (MCP) server that facilitates spec-driven development workflows by providing structured prompts for generating requirements, design documents, and code following a systematic approach.
🎯 Purpose
This MCP server enables developers to follow a structured spec-driven development approach by providing prompts that guide you through:
Requirements Generation - Create detailed requirements documents using the EARS (Easy Approach to Requirements Syntax) format
Design Generation - Generate design documents based on requirements
Code Generation - Generate implementation code based on design documents
✨ Features
Structured Workflow: Follows a clear progression from requirements → design → code
EARS Format Support: Uses industry-standard EARS format for requirements documentation
MCP Protocol: Integrates seamlessly with MCP-compatible tools and environments
🚀 Quick Start
Prerequisites
Node.js 20+
Installation
VS Code
Install the MCP server in VS Code using below buttons:
Alternatively, you can add configuration in mcp.json
:
Cursor, Claude Code
Install the MCP server in Cursor using below button:
Alternatively, you can add configuration in mcp.json
:
📋 Available Prompts
1. Generate Requirements Document
Name:
generate-requirements
Description: Generate requirements.md using EARS format
Input: High-level requirements of the application. Example: 'A Vue.js todo application with task creation, completion tracking, and local storage persistence'
Output: Structured requirements document in
specs/requirements.md
2. Generate Design from Requirements
Name:
generate-design-from-requirements
Description: Generate design.md from requirements.md
Input: Reads from
specs/requirements.md
Output: Design document in
specs/design.md
3. Generate Code from Design
Name:
generate-code-from-design
Description: Generate code from design.md
Input: Reads from
specs/design.md
Output: Implementation code in the root folder
📖 Workflow Example
Start with Requirements: Use the
generate-requirements
prompt with your initial requirements textCreate Design: Use
generate-design-from-requirements
to create a design document based on your requirementsGenerate Code: Use
generate-code-from-design
to generate implementation code from your design
This creates a traceable path from requirements through design to implementation, ensuring consistency and completeness in your development process.
🤔 Why Spec-Driven Development?
Moving beyond Vibe Coding to a structured, specification-driven approach brings clarity, consistency, and maintainability to your development workflow. Instead of coding by intuition alone, Spec-Driven Development provides a systematic foundation that scales with your project's complexity.
Learn more about the benefits: Goodbye, Vibe Coding! Hello, Spec-Driven Development MCP Server!
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Facilitates spec-driven development workflows by providing structured prompts for generating requirements in EARS format, design documents, and implementation code following a systematic approach.
Related MCP Servers
- AsecurityAlicenseAqualityProvides pre-defined prompt templates for AI assistants to generate comprehensive plans for TypeScript projects, API architectures, and GitHub workflows.Last updated -42MIT License
- AsecurityAlicenseAqualityAutomates the creation of standardized documentation by extracting information from source files and applying templates, with integration capabilities for GitHub, Google Drive, and Perplexity AI.Last updated -33MIT License
- AsecurityFlicenseAqualityReads README files from the file system and automatically generates structured Product Requirements Documents (PRDs), saving users time on documentation tasks.Last updated -15
- AsecurityAlicenseAqualityProvides structured spec-driven development workflow tools for AI-assisted software development with sequential spec creation (Requirements → Design → Tasks). Features a real-time web dashboard for monitoring project progress and managing development workflows.Last updated -142,4572,162GPL 3.0