Skip to main content
Glama

Workflow MCP Server

by Artin0123

Workflow MCP Server

MCP server providing task evaluation, environment safety checks, and reasoning tools for AI assistants.

Features

  • evaluate_task: Assess task complexity (4 criteria: multi-step, unclear requirements, subtasks, bug risk)

  • env_verify: Validate package installation safety before execution

  • think: Log complex reasoning processes

Installation

npm install npm run build

Usage

Development

npm run dev

Production

npm start

Docker

docker build -t ai-workflow-mcp . docker run ai-workflow-mcp

Configuration

Add to your MCP client config (e.g., Claude Desktop):

{ "mcpServers": { "ai-workflow": { "command": "node", "args": ["/path/to/mcp/dist/server.js"] } } }

Task Evaluation Criteria

Flags ≥ 2 → Build memory-bank/

  • Multi-step? (requires multiple implementation steps)

  • Unclear requirements? (needs clarification)

  • Can break into subtasks? (independent components)

  • Cannot guarantee bug-free? (high complexity/edge cases)

License

MIT

Deploy Server
A
security – no known vulnerabilities
-
license - not tested
A
quality - confirmed to work

Enables AI assistants to evaluate task complexity, verify package installation safety, and log complex reasoning processes. Provides structured assessment of multi-step tasks and environment validation for safer code execution workflows.

  1. Features
    1. Installation
      1. Usage
        1. Development
        2. Production
        3. Docker
      2. Configuration
        1. Task Evaluation Criteria
          1. License

            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/Artin0123/workflow-mcp'

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