Integrates with Windsurf (Codeium) to maintain high-quality project documentation through a structured workflow approach
Links to the GitHub repository where the MCP server code is hosted, allowing users to access the source code and contribute
Requires Node.js ≥ v18.0.0 to run the MCP server
Available as an npm package for easy installation and updates
Supports installation using Yarn package manager as an alternative to npm
Spec Workflow MCP
Guide AI to systematically complete software development through a structured Requirements → Design → Tasks workflow, ensuring code implementation stays aligned with business needs.
Why Use It?
❌ Without Spec Workflow
- AI jumps randomly between tasks, lacking systematic approach
- Requirements disconnect from actual code implementation
- Scattered documentation, difficult to track project progress
- Missing design decision records
✅ With Spec Workflow
- AI completes tasks sequentially, maintaining focus and context
- Complete traceability from user stories to code implementation
- Standardized document templates with automatic progress management
- Each stage requires confirmation, ensuring correct direction
Quick Start
1. Install (Claude Code Example)
See full installation guide for other clients.
2. Start a New Project
3. Continue Existing Project
The AI will automatically detect project status and continue from where it left off.
Workflow Example
1. You describe requirements
2. AI creates structured documents
3. Review and implement step by step
After each stage, the AI requests your confirmation before proceeding, ensuring the project stays on the right track.
Document Organization
Basic Structure
Multi-module Projects
You can specify any directory: "Use spec workflow to create auth docs in ./src/features/auth"
AI Usage Guide
🤖 Make AI Use This Tool Better
Add the following prompt to your AI assistant configuration to enable smarter use of Spec Workflow.
Configuration Note: Please modify the following based on your needs:
- Change
./specs
to your preferred documentation directory path- Change "English" to your preferred documentation language (e.g., "Chinese")
💡 Best Practices
- Proactive Progress Check: When user says "continue from last time", first use
check
to see current status - Language Consistency: Use the same language throughout all project documents
- Flexible Structure: Choose single-module or multi-module organization based on project scale
- Task Granularity: Each task should be completable within 1-2 hours
Installation
Requirements
- Node.js ≥ v18.0.0
- npm or yarn
- Claude Desktop or any MCP-compatible client
Install in Different MCP Clients
Claude Code (Recommended)
Use the Claude CLI to add the MCP server:
Claude Desktop
Add to your Claude Desktop configuration:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
- Linux:
~/.config/Claude/claude_desktop_config.json
Cursor
Add to your Cursor configuration (~/.cursor/config.json
):
Cline
Use Cline's MCP server management UI to add the server:
- Open VS Code with Cline extension
- Open Cline settings (gear icon)
- Navigate to MCP Servers section
- Add new server with:
- Command:
npx
- Arguments:
-y spec-workflow-mcp@latest
- Command:
Windsurf (Codeium)
Add to your Windsurf configuration (~/.codeium/windsurf/mcp_config.json
):
VS Code (with MCP extension)
Add to your VS Code settings (settings.json
):
Zed
Add to your Zed configuration (~/.config/zed/settings.json
):
Install from Source
Then add to Claude Desktop configuration:
Development
Links
License
MIT License
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
An intelligent MCP server that helps development teams maintain high-quality project documentation by providing an AI-powered workflow for creating comprehensive specifications through requirements, design, and implementation documents.
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.Last updated -1161TypeScript
- AsecurityFlicenseAqualityAn MCP server that helps teams create, manage, and access structured project documentation through six core document types, leveraging AI to generate comprehensive project knowledge management.Last updated -54598TypeScript
- AsecurityFlicenseAqualityAn intelligent MCP server that orchestrates multiple MCP servers with AI-enhanced workflow automation and production-ready context engine capabilities for codebase analysis.Last updated -3TypeScript
- -securityFlicense-qualityAn AI-powered MCP server that provides development tools for code analysis, documentation, and project management including code pattern extraction, humorous code reviews, TODO scanning, and PRD generation.Last updated -2JavaScript