Home › Other › workflows-mcp-server
workflows-mcp-server
Store, query, and create YAML workflow playbooks for LLM agents.
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
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry