Spec Workflow MCP
NormalDescription
A spec-driven development workflow MCP server for AI-assisted software development, featuring a real-time web dashboard and VSCode extension for monitoring and managing project progress in AI coding workflows.
Key Features
- Structured spec-driven workflow: Requirements → Design → Tasks
- Real-time web dashboard with progress bars and live updates
- VSCode extension with integrated sidebar for in-editor monitoring
- Approval workflow with revisions and feedback tracking
- Multi-language support for 11 languages including Chinese and Japanese
- Enterprise-grade security: localhost binding, rate limiting, audit logs
Use Cases
Tags
Categories
Quick Start
Add to MCP config: `{"mcpServers": {"spec-workflow": {"command": "npx", "args": ["-y", "@pimzino/spec-workflow-mcp@latest", "/path/to/project"]}}}`. Launch dashboard with `npx -y @pimzino/spec-workflow-mcp@latest --dashboard`. Or install the VSCode extension from the marketplace. Then ask your AI tool to 'create a spec for [feature]'.