spec-workflow-mcpMCP Server38/100 via “file system-based state persistence with environment-aware storage paths”
A Model Context Protocol (MCP) server that provides structured spec-driven development workflow tools for AI-assisted software development, featuring a real-time web dashboard and VSCode extension for monitoring and managing your project's progress directly in your development environment.
Unique: Uses the file system as the primary state store, making all workflow artifacts readable as plain text files that can be version-controlled with git. Supports environment variable overrides (SPEC_WORKFLOW_HOME) for flexible deployment in containerized and sandboxed environments without requiring database setup.
vs others: More transparent than database-backed systems because state is human-readable and version-controllable, and more flexible than hardcoded paths because environment variables enable deployment in diverse environments (Docker, cloud, CI/CD).