spec-workflow-mcp
v1.0.8
Published
MCP server for managing spec workflow (requirements, design, implementation)
Maintainers
Readme
Spec Workflow MCP
A Model Context Protocol (MCP) server for managing specification workflows including requirements, design, and implementation phases.
Features
- 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
Installation
npm install -g spec-workflow-mcpUsage
As MCP Server
Add to your MCP client configuration:
{
"mcpServers": {
"specs-workflow": {
"command": "spec-workflow-mcp"
}
}
}Available Operations
init- Initialize a new feature specificationcheck- Check current workflow statusconfirm- Confirm stage completionskip- Skip current stagecomplete_task- Mark tasks as completed
Documentation
For detailed usage instructions and examples, visit the GitHub repository.
License
MIT
