Back to Home
Pimzino icon

spec-workflow-mcp

Verified Safe

by Pimzino

Overview

Facilitates structured, specification-driven software development by providing a workflow engine, real-time dashboards, and tools for task management, approvals, and detailed implementation logging, integrated with AI agents and VSCode.

Installation

Run Command
npx -y @pimzino/spec-workflow-mcp@latest /path/to/your/project

Environment Variables

  • SPEC_WORKFLOW_HOME
  • SPEC_WORKFLOW_BIND_ADDRESS
  • SPEC_WORKFLOW_ALLOW_EXTERNAL_ACCESS
  • SPEC_WORKFLOW_RATE_LIMIT_ENABLED
  • SPEC_WORKFLOW_CORS_ENABLED
  • SPEC_WORKFLOW_HOST_PATH_PREFIX
  • SPEC_WORKFLOW_CONTAINER_PATH_PREFIX

Security Notes

The dashboard uses `dangerouslySetInnerHTML` for rendering markdown and mermaid diagrams; however, user-supplied comment annotations are HTML-escaped. Mermaid diagrams are rendered with `securityLevel: 'loose'`, which offers more features but requires caution with untrusted content in a browser context. Network binding for the dashboard defaults to local access, requiring explicit opt-in for external access (`SPEC_WORKFLOW_ALLOW_EXTERNAL_ACCESS=true`), which is a good security practice. There are no obvious instances of `eval`, obfuscation, or hardcoded secrets.

Similar Servers

Stats

Interest Score81
Security Score8
Cost ClassHigh
Avg Tokens1000
Stars3682
Forks305
Last Update2025-12-20

Tags

Specification-Driven DevelopmentWorkflow ManagementProject TrackingDeveloper ToolsReal-time DashboardVSCode ExtensionApproval SystemCoding Agent Assistant