# Spec Workflow MCP
- [GitHub - Pimzino/spec-workflow-mcp: 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.](https://github.com/Pimzino/spec-workflow-mcp)
- [GitHub - Pimzino/claude-code-spec-workflow: Automated workflows for Claude Code. Features spec-driven development for new features (Requirements → Design → Tasks → Implementation) and streamlined bug fix workflow for quick issue resolution (Report → Analyze → Fix → Verify).](http://github.com/Pimzino/claude-code-spec-workflow)
## Claude Code CLI
```sh
claude mcp add spec-workflow npx @pimzino/spec-workflow-mcp@latest -- /path/to/your/project
```
```sh
claude mcp add spec-workflow npx @pimzino/spec-workflow-mcp@latest -- $(pwd)
```
- The `-y` flag bypasses npm prompts for smoother installation
## Codex
`~/.codex/config.toml`
```toml
[mcp_servers."spec-workflow"]
command = "npx"
args = [ "-y", "@pimzino/spec-workflow-mcp@latest", "."]
```
## Web Dashboard
```sh
npx -y @pimzino/spec-workflow-mcp@latest /path/to/your/project --dashboard
```
```sh
npx -y @pimzino/spec-workflow-mcp@latest $(pwd) --dashboard
```
## VSCode Extension
- [Spec Workflow MCP - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Pimzino.spec-workflow-mcp)
## Start
```
steering-guideのワークフローに従ってステアリング文書を作ってください
```