Skip to main content
Glama

๐Ÿš€ WorkflowMCP - AI-Integrated Project Management Platform

Version License Node Claude

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 Code

๐ŸŒ 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:3301

๐Ÿ“ 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)

๐Ÿš€ 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 dev

2. Verify Setup

  • Claude Code: MCP server connection - check with /mcp command

  • Web Dashboard: http://localhost:3301

  • Database: data/workflow.db auto-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 management

  • PRD Management (/prds) - Requirements document card view

  • Task Management (/tasks) - Kanban board workflow

  • Plan Management (/plans) - Progress tracking system

  • Operations Management (/operations) - Incident management and details

  • Environment Management (/environments) - Environment creation and status

  • Deployment Management (/deployments) - Deployment planning and execution

๐Ÿ”ง Creation Pages

  • New PRD (/prds/new) - Requirements/acceptance criteria management

  • New Task (/tasks/new) - Plan connection and preview

  • New Plan (/plans/new) - Schedule and progress setup

  • New Environment (/environments/new) - Dev/staging/production environment setup

  • New 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

๐Ÿ“– User Guides

๐Ÿ› ๏ธ Developer Guides

๐ŸŒ 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.

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/foswmine/workflow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server