@sylphx/workflow-mcp
v0.2.0
Published
Stdio MCP server exposing @sylphx/workflow-engine's governed workflows as native MCP tools (official @modelcontextprotocol/sdk transport). A second-mind from outside the host's own model.
Readme
@sylphx/workflow-mcp
A stdio MCP server that exposes @sylphx/workflow-engine's governed workflows as
native MCP tools, over the official @modelcontextprotocol/sdk transport (ADR-0032). Any MCP host (Claude
Code, Cursor, …) can call plan / analyze / research / discuss / council / review / execute and
get a real second opinion from a model outside the host's own.
This package is a thin surface: it reads its config from the environment once, builds an EngineConfig,
constructs the engine, and owns only the MCP plumbing. All workflow execution + contracts live in the engine.
Register with Claude Code:
claude mcp add-json gpt-review-workflows \
'{"type":"stdio","command":"workflow-mcp","env":{"GPT_REVIEW_HOME":"<home>","GPT_REVIEW_MCP_ALLOWED_ROOTS":"<project>"},"timeout":1800000}'Bin: workflow-mcp → dist/mcp.js.
