← Index

io.github.cyanheads/workflows-mcp-server

io.github.cyanheads/workflows-mcp-server·v0.1.1·AI & LLMs
Quality Score
80
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "workflows-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/workflows-mcp-server"
      ],
      "env": {
        "WORKFLOWS_DIR": "./workflows-yaml",
        "GLOBAL_INSTRUCTIONS_PATH": "<global_instructions_path>",
        "WATCHER_DEBOUNCE_MS": "500",
        "MCP_LOG_LEVEL": "info",
        "MCP_HTTP_HOST": "127.0.0.1",
        "MCP_HTTP_PORT": "3010",
        "MCP_HTTP_ENDPOINT_PATH": "/mcp",
        "MCP_AUTH_MODE": "none"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "workflows-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/workflows-mcp-server"
      ],
      "env": {
        "WORKFLOWS_DIR": "./workflows-yaml",
        "GLOBAL_INSTRUCTIONS_PATH": "<global_instructions_path>",
        "WATCHER_DEBOUNCE_MS": "500",
        "MCP_LOG_LEVEL": "info",
        "MCP_HTTP_HOST": "127.0.0.1",
        "MCP_HTTP_PORT": "3010",
        "MCP_HTTP_ENDPOINT_PATH": "/mcp",
        "MCP_AUTH_MODE": "none"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @cyanheads/workflows-mcp-server
§02  Environment variables
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').

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').

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in AI & LLMs