spec-workflow-mcp

Pimzino/spec-workflow-mcp
★ 4,001 stars TypeScript 💻 Code/Dev Tools Updated 1mo ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "spec-workflow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Pimzino/spec-workflow-mcp"
      ]
    }
  }
}