mcp-spec-cli
v1.15.1
Published
MCP server for managing spec workflow (requirements, design, implementation)
Downloads
3,199
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-cliUsage
As MCP Server
Add to your MCP client configuration:
{
"mcpServers": {
"mcp-spec-cli": {
"command": "npx",
"args": ["-y", "mcp-spec-cli@latest"]
}
}
}Available Operations
sc_init- Initialize a new feature specificationsc_plan- Progress the workflow to the next statesc_status- Get current workflow status and next stepssc_todo_list- List all implementation taskssc_todo_start- Mark a task as actively being worked onsc_todo_complete- Mark tasks as completedsc_epoch- Update context for short-term memorysc_mode- Toggle between one-shot and step-through modessc_archive- Manually move project to completed directorysc_verify- Validate the last action workedsc_refresh- Force a refresh and synchronization of the internal workflow state machinesc_help- Show help documentation
Documentation
For detailed usage instructions and examples, visit the GitHub repository.
License
MIT
