Home › Other › workflows-mcp-server

workflows-mcp-server

Store, query, and create YAML workflow playbooks for LLM agents.

TypeScript
★ 31 stars Last pushed 2026-09-24 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.4.0)

npx -y @cyanheads/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "workflows-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/[email protected]"
      ],
      "env": {
        "WORKFLOWS_DIR": "<YOUR_VALUE>",
        "GLOBAL_INSTRUCTIONS_PATH": "<YOUR_VALUE>",
        "WATCHER_DEBOUNCE_MS": "<YOUR_VALUE>",
        "MCP_LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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.
  • MCP_LOG_LEVEL — Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

This server takes extra arguments — see its repository.

Package (npm 0.4.0)

Package: npm @cyanheads/workflows-mcp-server

  • 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.
  • MCP_HTTP_HOST — The hostname for the HTTP server.
  • MCP_HTTP_PORT — The port to run the HTTP server on.
  • MCP_HTTP_ENDPOINT_PATH — The endpoint path for the MCP server.
  • MCP_AUTH_MODE — Authentication mode to use: 'none', 'jwt', or 'oauth'.
  • MCP_LOG_LEVEL — Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry