@cyanheads/workflows-mcp-server

data-ai MCP Server

Model Context Protocol server that enables AI agents to discover, create, and execute complex, multi-step workflows defined in simple YAML files. Allow your AI agents to better organize their tool usage and provide a more structured way to handle complex multi-step tasks.

VerifiedInstall Ready
data-aidata-ai
4 views31 stars7 forksv0.1.1Apache-2.0

Why This Matters

Discovered via github-topic:mcp-server and last synced 3mo ago.

VerifiedInstall Ready
Source
github-topic:mcp-server
Stars
31
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

bunx @cyanheads/workflows-mcp-server@latest

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-cyanheads-workflows-mcp-server": {
      "command": "npx",
      "args": [
        "@cyanheads/workflows-mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

15
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (15)

MCP_TRANSPORT_TYPE

Transport: `stdio` or `http`.

Tool

Description

MCP_HTTP_PORT

Port for HTTP server.

workflow_list

List all permanent workflows in the index, with optional category and tag filters.

MCP_AUTH_MODE

Auth mode: `none`, `jwt`, or `oauth`.

workflow_get

Retrieve a complete workflow definition by name, with global instructions prepended.

MCP_LOG_LEVEL

Log level (RFC 5424).

workflow_create

Write a new permanent workflow YAML to the library.

OTEL_ENABLED

Enable [OpenTelemetry instrumentation](https://github.com/cyanheads/mcp-ts-core/tree/main/docs/telemetry) (spans, metrics, completion logs).

workflow_create_temp

Write a temporary one-shot workflow, indexed but excluded from list results.

Directory

Purpose

Variable

Description

WORKFLOWS_DIR

Absolute or relative path to the workflows root directory.

GLOBAL_INSTRUCTIONS_PATH

Path to the global instructions markdown file. Derives from `WORKFLOWS_DIR` when not set.

WATCHER_DEBOUNCE_MS

Milliseconds to debounce filesystem change events before rebuilding the index.