MCP server for spec-driven development workflows, requirements, design docs, task breakdowns, approvals, implementation logs, and a real-time dashboard.
Spec Workflow MCP writes requirements, design, task, steering, approval, archive, and implementation-log files under `.spec-workflow`., The dashboard uses a local web server and WebSocket updates; keep it bound to localhost unless you add external authentication, TLS, and network restrictions., The README documents rate limiting, audit logging, security headers, default localhost binding, and CORS restrictions, but also notes that built-in HTTPS/TLS and user authentication are not yet implemented., Task and approval tools can make an agent appear to advance project state; require human review before accepting specs, completing tasks, or using generated implementation prompts., Docker deployment should be reviewed for volume mounts, writable directories, and dashboard exposure before using it in shared environments.
Privacy notes
Requirements, designs, task lists, steering documents, approval comments, implementation logs, filenames, project paths, prompts, and task progress may be visible to the MCP client and model provider., Persistent global state may be stored under `SPEC_WORKFLOW_HOME`, including active project registry, dashboard session data, settings, job history, and migration logs., The `.spec-workflow` directory can contain unreleased product plans, architecture decisions, customer requirements, and implementation details., Review generated specs, logs, approval files, and dashboard screenshots before committing, sharing, or uploading them.
Author
Pimzino
Submitted by
oktofeesh1
Claim status
unclaimed
Last verified
2026-06-05
Decision playbook
Review trust signals before you adopt
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
Compare context
Selected
0
Current score
63
Baseline
—
Delta
No baseline selected
No major trust-signal divergence detected in the current selection.
Source and provenance checks
Needs review
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Done
Source provenance statusRequired
Marked as source-backed.
Done
Metadata reviewed
No reviewed flag detected in metadata.
Pending
Safety and privacy checks
Complete
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Done
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Done
Trust level risk gateRequired
Trust level does not block evaluation.
Done
Package and install checks
Needs review
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Done
Package verification flag
No package verification flag provided.
Pending
Checksum metadata
No checksum provided for downloaded artifact.
Pending
Compare-driven decision checks
Needs review
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
5 safety and 4 privacy notes across 5 risk areas. Review closely: credentials & tokens, network access, third-party handling.
5 areas
SafetyLocal filesSpec Workflow MCP writes requirements, design, task, steering, approval, archive, and implementation-log files under `.spec-workflow`.
SafetyNetwork accessThe dashboard uses a local web server and WebSocket updates; keep it bound to localhost unless you add external authentication, TLS, and network restrictions.
SafetyNetwork accessThe README documents rate limiting, audit logging, security headers, default localhost binding, and CORS restrictions, but also notes that built-in HTTPS/TLS and user authentication are not yet implemented.
SafetyGeneralTask and approval tools can make an agent appear to advance project state; require human review before accepting specs, completing tasks, or using generated implementation prompts.
SafetyGeneralDocker deployment should be reviewed for volume mounts, writable directories, and dashboard exposure before using it in shared environments.
PrivacyThird-party handlingRequirements, designs, task lists, steering documents, approval comments, implementation logs, filenames, project paths, prompts, and task progress may be visible to the MCP client and model provider.
PrivacyCredentials & tokensPersistent global state may be stored under `SPEC_WORKFLOW_HOME`, including active project registry, dashboard session data, settings, job history, and migration logs.
PrivacyLocal filesThe `.spec-workflow` directory can contain unreleased product plans, architecture decisions, customer requirements, and implementation details.
PrivacyNetwork accessReview generated specs, logs, approval files, and dashboard screenshots before committing, sharing, or uploading them.
Safety notes
Spec Workflow MCP writes requirements, design, task, steering, approval, archive, and implementation-log files under `.spec-workflow`.
The dashboard uses a local web server and WebSocket updates; keep it bound to localhost unless you add external authentication, TLS, and network restrictions.
The README documents rate limiting, audit logging, security headers, default localhost binding, and CORS restrictions, but also notes that built-in HTTPS/TLS and user authentication are not yet implemented.
Task and approval tools can make an agent appear to advance project state; require human review before accepting specs, completing tasks, or using generated implementation prompts.
Docker deployment should be reviewed for volume mounts, writable directories, and dashboard exposure before using it in shared environments.
Privacy notes
Requirements, designs, task lists, steering documents, approval comments, implementation logs, filenames, project paths, prompts, and task progress may be visible to the MCP client and model provider.
Persistent global state may be stored under `SPEC_WORKFLOW_HOME`, including active project registry, dashboard session data, settings, job history, and migration logs.
The `.spec-workflow` directory can contain unreleased product plans, architecture decisions, customer requirements, and implementation details.
Review generated specs, logs, approval files, and dashboard screenshots before committing, sharing, or uploading them.
Prerequisites
Node.js and npx available to the MCP client runtime.
A project workspace you are authorized to organize with generated specs and steering documents.
A writable `.spec-workflow` project directory and, for sandboxed runtimes, a writable `SPEC_WORKFLOW_HOME`.
Optional dashboard process started separately before using visual approvals or project tracking.
Approval workflow expectations agreed with the team before letting an agent mark tasks complete.
Spec Workflow MCP is an MCP server for structured, spec-driven development. It
helps Claude create and manage requirements, design documents, task breakdowns,
approval states, steering documents, and implementation logs inside a project
workspace.
The upstream README documents client setup for Claude Code, Claude Desktop,
Codex, Cursor, Windsurf, OpenCode, Continue, Cline, and Augment. It also
provides a separate dashboard mode and a VS Code extension for reviewing specs,
task progress, approvals, comments, and implementation activity.
These sources were reviewed on 2026-06-05. Prefer the live repository,
README, package metadata, docs, NPM registry metadata, and VS Code Marketplace
listing for current install commands, dashboard behavior, supported clients,
tool names, extension status, package versions, and security notes.
Features
Create requirements, design, and task documents for named specs.
Track task status, completion, notes, and overall spec progress.
Request, approve, reject, and revise documents through an approval workflow.
Maintain product, technical, and structure steering documents.
View project progress through a real-time dashboard with WebSocket updates.
Use a VS Code extension sidebar for spec review and approval actions.
Store implementation logs and code statistics for completed tasks.
Configure workspace-local or shared git-worktree spec storage.
Localize the dashboard interface across multiple supported languages.
Installation
Start the dashboard separately when you want the visual approval and tracking
interface:
For sandboxed runtimes with a read-only home directory, set
SPEC_WORKFLOW_HOME to a writable workspace location before launching the
server or dashboard.
Use Cases
Turn a feature request into requirements, design, and task documents.
Keep an implementation plan reviewable before Claude starts coding.
Track which tasks are pending, in progress, completed, or waiting for approval.
Add steering documents so future specs follow project conventions.
Review generated requirements and design proposals in a dashboard.
Keep implementation logs for later project review.
Share spec state across git worktrees when a team works from multiple branches.
Safety and Privacy
Spec Workflow MCP deliberately writes durable planning state. Treat
.spec-workflow as project data, not disposable chat history, because it can
contain product requirements, design decisions, implementation prompts, approval
comments, and task logs.
Keep the dashboard on localhost unless you add a reverse proxy with
authentication, TLS, and firewall restrictions. The upstream README documents
localhost binding, rate limiting, audit logging, security headers, CORS
restrictions, and Docker hardening, but it also states that built-in HTTPS/TLS
and user authentication are not yet implemented.
Duplicate Check
No Pimzino/spec-workflow-mcp entry, @pimzino/spec-workflow-mcp package
entry, or matching source URL was found in content/mcp.
Show that Spec Workflow MCP Server is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.
[](https://heyclau.de/entry/mcp/spec-workflow-mcp-server)
How it compares
Spec Workflow MCP Server side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
MCP server for spec-driven development workflows, requirements, design docs, task breakdowns, approvals, implementation logs, and a real-time dashboard.
MCP server that turns an AI coding agent's plan into a local interactive flowchart, approval workflow, execution tracker, branch selector, and plan history before code changes proceed.
Official Agentset MCP server that lets Claude retrieve cited knowledge-base results from an Agentset namespace through the `knowledge-base-retrieve` tool, with optional tenant scoping and custom tool descriptions.
✓Spec Workflow MCP writes requirements, design, task, steering, approval, archive, and implementation-log files under `.spec-workflow`.
The dashboard uses a local web server and WebSocket updates; keep it bound to localhost unless you add external authentication, TLS, and network restrictions.
The README documents rate limiting, audit logging, security headers, default localhost binding, and CORS restrictions, but also notes that built-in HTTPS/TLS and user authentication are not yet implemented.
Task and approval tools can make an agent appear to advance project state; require human review before accepting specs, completing tasks, or using generated implementation prompts.
Docker deployment should be reviewed for volume mounts, writable directories, and dashboard exposure before using it in shared environments.
✓Shrimp Task Manager persists task plans, project rules, research notes, task status, dependencies, and execution history in `DATA_DIR`.
Tools such as `execute_task`, `complete_task`, `delete_task`, `clear_all_tasks`, and `update_task` can change workflow state and should be reviewed before treating status as authoritative.
Agent-assignment and planning features can make generated work look more complete than it is; require human review before accepting implementation progress.
The optional GUI starts a web interface when enabled; keep it local or protect it with appropriate network controls.
Avoid launching development agents with broad permission-bypass flags solely because an example command suggests it.
✓Overture is an approval and visualization layer; it does not replace code review, tests, access controls, or human judgment.
The server starts a local web UI and WebSocket service for plan review and execution tracking.
Plan approval, pause, rerun, branch selection, and node-status tools affect what the agent is instructed to do next, but they do not sandbox the agent's other tools.
File attachments and node metadata can influence later agent steps, so review attached context and secret fields before approval.
If local UI ports are exposed beyond trusted local clients, plan data and attachments could be visible to unintended users.
✓The MCP server sends Claude's retrieval queries to the Agentset API using the configured API key and namespace.
The `knowledge-base-retrieve` tool can return up to 100 results per call and can rerank results by relevance.
Namespace and tenant selection control which indexed documents are searchable; review them before connecting a shared agent.
API keys should be scoped, rotated, and stored only in the MCP server environment or a secret manager.
Custom tool descriptions can influence when the model calls the retrieval tool, so review them before use in production workflows.
Privacy notes
✓Requirements, designs, task lists, steering documents, approval comments, implementation logs, filenames, project paths, prompts, and task progress may be visible to the MCP client and model provider.
Persistent global state may be stored under `SPEC_WORKFLOW_HOME`, including active project registry, dashboard session data, settings, job history, and migration logs.
The `.spec-workflow` directory can contain unreleased product plans, architecture decisions, customer requirements, and implementation details.
Review generated specs, logs, approval files, and dashboard screenshots before committing, sharing, or uploading them.
✓Task descriptions, project rules, research notes, dependency graphs, agent assignments, prompts, and execution history may include private implementation details.
Persisted task data and backups can reveal roadmap items, security work, customer requests, or internal architecture decisions.
Tool arguments and task records may be visible to the MCP client and model provider during planning and execution.
Review `DATA_DIR` before committing, sharing, archiving, or uploading generated task state.
✓Plans can include workspace paths, task descriptions, risks, expected outputs, user inputs, selected branches, node outputs, and agent execution status.
Overture stores project history in a project `.overture.json` file when possible and falls back to local user-level storage.
Uploaded attachments are saved under local Overture attachment storage and can include code, documents, images, or secrets if the user provides them.
The UI includes file-reading and attachment endpoints for local plan review, so use it only with trusted local clients and approved workspaces.
The marketplace panel can fetch remote MCP marketplace data, so network policy should account for that optional UI feature.
✓Retrieved chunks can include private documents, product specs, policies, support content, internal procedures, historical project information, or customer-specific data.
Retrieval queries, namespace IDs, tenant IDs, document chunks, citations, and tool outputs may be visible to the MCP client, model provider, Agentset logs, and application telemetry.
Tenant IDs are useful for data segregation, but incorrect tenant or namespace configuration can expose the wrong knowledge base.
Do not paste API keys, namespace IDs, tenant IDs, or retrieved private chunks into shared issue reports, screenshots, or repository files.
Prerequisites
Node.js and npx available to the MCP client runtime.
A project workspace you are authorized to organize with generated specs and steering documents.
A writable `.spec-workflow` project directory and, for sandboxed runtimes, a writable `SPEC_WORKFLOW_HOME`.
Optional dashboard process started separately before using visual approvals or project tracking.
Node.js 18 or newer and npm available to the MCP client runtime.
A cloned, installed, and built checkout of `mcp-shrimp-task-manager`, or an installed package that exposes the built server.
A writable `DATA_DIR` for persistent task data and backups.
Agreement on how generated plans, task status, agent assignments, and research notes should be reviewed.
Node.js 18 or newer and npx available to the MCP client runtime.
A coding-agent workflow that will call Overture planning tools before making changes.
Review of local browser, file attachment, and plan-history storage behavior before using it with private workspaces.
Agentset account or self-hosted Agentset deployment with a populated namespace.
Agentset API key with access to the namespace Claude should query.
Node.js 18.17 or newer for running the `@agentset/mcp` package.
Namespace ID selected with `--ns` or `AGENTSET_NAMESPACE_ID`.
Install
claude mcp add spec-workflow npx @pimzino/spec-workflow-mcp@latest -- PROJECT_PATH
npm install -g mcp-shrimp-task-manager
npx -y overture-mcp
Run `npx @agentset/mcp --ns <namespace-id>` with `AGENTSET_API_KEY` set in the MCP server environment.