MCP server for managing spec workflow (requirements, design, implementation)
npm install spec-workflow-mcp-alfadbA Model Context Protocol (MCP) server for managing specification workflows including requirements, design, and implementation phases.
- Requirements Management: Create and validate requirement documents
- Design Documentation: Generate and review design specifications
- Task Management: Break down implementation into manageable tasks
- Progress Tracking: Monitor workflow progress across all phases
- OpenAPI Integration: Full OpenAPI 3.1.0 specification support
``bash`
npm install -g spec-workflow-mcp
Add to your MCP client configuration:
`json`
{
"mcpServers": {
"specs-workflow": {
"command": "spec-workflow-mcp"
}
}
}
- init - Initialize a new feature specificationcheck
- - Check current workflow statusconfirm
- - Confirm stage completionskip
- - Skip current stagecomplete_task` - Mark tasks as completed
-
For detailed usage instructions and examples, visit the GitHub repository.
MIT