WorkflowMCP
๐ WorkflowMCP - AI-Integrated Project Management Platform
AI-Integrated DevOps Platform - Complete Software Development Lifecycle (SDLC) Management
๐ก Need Multi-Agent AI Collaboration? Use Claude Swarm alongside WorkflowMCP for real multi-agent orchestration!
๐ฏ Core Features
Feature | Tools | Description |
๐ Project Management | 6 tools | Project creation, analytics, progress tracking |
๐ Requirements Management | 5 tools | PRD creation, requirements tracking |
๐จ Design Management | 5 tools | System design, architecture documentation |
โ Task Management | 8 tools | Task creation, dependencies, progress tracking |
๐งช Testing Management | 9 tools | Test cases, execution, results management |
๐ Document Management | 10 tools | Unified document storage, search, linking |
๐ DevOps Operations | 12 tools | Incident, environment, deployment management |
Total: 55+ MCP Tools + SvelteKit Web Dashboard
๐ฏ Three Usage Options
WorkflowMCP supports three different usage patterns. Choose what fits your needs:
๐ค 1. MCP Tools (AI Integration)
Best for: Claude Code users, AI-driven automation Benefits: AI-native integration, automation, real-time processing Usage:
npm start # Start MCP server
# Use MCP tools in Claude CodeMCP Tools Guide - Complete guide for 55+ MCP tools
๐ 2. Dashboard API (Web Interface)
Best for: Team collaboration, visual management, browser-based workflows Benefits: Web UI, team collaboration, visualization, real-time sync Usage:
npm start # Start MCP server (background)
cd dashboard && npm run dev # Start web dashboard
# Visit http://localhost:3301Dashboard API Guide - Complete web interface guide
๐ 3. Folder Structure (Standalone)
Best for: Individual projects, complete independence, offline work Benefits: No external dependencies, Git version control, offline capable Usage:
# Copy folder structure for use (no server needed)Folder Structure Guide - Standalone workflow system
Practical Examples - Start directly from
docs/api/folder
๐ Quick Start
1. Installation & Setup
# Install dependencies
npm install
# Start MCP server (Claude Code integration)
npm start
# Start web dashboard (separate terminal)
cd dashboard && npm install && npm run dev2. Verify Setup
Claude Code: MCP server connection - check with
/mcpcommandWeb Dashboard: http://localhost:3301
Database:
data/workflow.dbauto-created
3. First Usage
// Execute in Claude Code
create_project({
"name": "My First Project",
"description": "WorkflowMCP test project"
})
get_project_dashboard() // Check dashboard๐ Web Dashboard
๐ Management Pages
Projects (
/projects) - Project overview and managementPRD Management (
/prds) - Requirements document card viewTask Management (
/tasks) - Kanban board workflowPlan Management (
/plans) - Progress tracking systemOperations Management (
/operations) - Incident management and detailsEnvironment Management (
/environments) - Environment creation and statusDeployment Management (
/deployments) - Deployment planning and execution
๐ง Creation Pages
New PRD (
/prds/new) - Requirements/acceptance criteria managementNew Task (
/tasks/new) - Plan connection and previewNew Plan (
/plans/new) - Schedule and progress setupNew Environment (
/environments/new) - Dev/staging/production environment setupNew Deployment (
/deployments/create) - Deployment strategy and scheduling
๐ง Tech Stack
Backend: Node.js 18+, SQLite, MCP SDK
Frontend: SvelteKit, Chart.js, D3.js
AI Integration: Claude Code MCP Tools
Database: SQLite (ACID transactions, FTS search)
๐ Documentation
๐ Quick Start
Installation & Setup - Environment setup and getting started
Quick Test - Basic verification after installation
๐ User Guides
Complete User Guide - Detailed usage for all MCP tools
Dashboard API Guide - Complete web interface guide
Folder Structure Guide - Standalone workflow system
DevOps Operations - Incident, environment, deployment management
Documentation Index - Complete documentation structure
๐ ๏ธ Developer Guides
MCP Server Troubleshooting - Server issue resolution
Development Progress - Project status
Testing Guide - Complete system testing
๐ Language Support
English: README.md (this file)
ํ๊ตญ์ด: README_KR.md - Korean documentation
๐ License
MIT License - Feel free to use!
WorkflowMCP v3.0.0 - AI-Powered DevOps Integration Platform For more details, check the Documentation Index.