Spec Workflow MCP

Normal
GitHub TypeScript GPL-3.0

Description

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

💡 Enforce structured development process when using AI coding assistants
💡 Track AI-generated code implementation against original specifications
💡 Manage team review and approval of AI-produced design documents
💡 Maintain project visibility across Cursor, Claude Code, and Windsurf workflows

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]'.

Related Projects