flow-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@flow-mcppause the current workflow"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
flow-control-mcp
极简、稳定的业务控制原语 MCP Server。
flow-control-mcp 只做一件事:把 Agent/Skill 调用的 flow.* 业务控制工具,写成 .runs/state.json.businessControl 中可验证、可审计、可调度消费的结构化事实。
1. Install
npm install -g flow-control-mcp本地开发:
npm install
npm run buildNode.js 要求 >=20。
Related MCP server: GRACE Orchestrator MCP
2. Generate Claude Code Config
flow-control-mcp config claude --json输出可作为跨用户共享模板:
{
"mcpServers": {
"flow-control-mcp": {
"command": "flow-control-mcp",
"args": [],
"env": {
"FLOW_MCP_REQ_PATH": "${FLOW_MCP_REQ_PATH}"
}
}
}
}FLOW_MCP_REQ_PATH 应由 Agent Runtime 按会话注入;不同会话可以注入不同 request path。
前提:目标环境已通过 npm install -g flow-control-mcp 安装,并且 flow-control-mcp 在 Runtime PATH 中可用。Server 启动时仍会校验 Node.js >=20。
3. Verify
flow-control-mcp doctor --req-path /absolute/request/path --jsondoctor 会检查实际 Node 路径、Node 版本、.runs、control-context.json、state.json、写权限和锁。
开发门禁:
npm run typecheck
npm run build
npm test
npm run test:integration
npm pack --dry-run打包:
# 默认:不包含 runtime dependencies,安装时由 npm 拉取依赖
npm run pack:default
# 离线部署:包含 runtime dependencies
npm run pack:bundledContract
Server 名称:
flow-control-mcpTools:
flow.finish、flow.pause、flow.resume、flow.rewind、flow.abortContext:
FLOW_MCP_REQ_PATH/.runs/control-context.jsonState:
FLOW_MCP_REQ_PATH/.runs/state.json.businessControlLogs:运行日志只写 stderr;stdout 只用于 MCP 协议或 CLI 输出
最小 control-context.json:
{
"runId": "run-123",
"stage": "design",
"actionIndex": 1
}更多 Claude Code、Linux、Windows 和故障定位说明见 docs/claude-code.md。
Skill 中如何调用 5 个业务控制原语见 docs/skill-usage.md。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityBmaintenanceAn agent-native workflow MCP server that enables AI agents to execute text-defined, versionable workflows with checkpointing and state management.Last updated1016
- Flicense-qualityBmaintenanceMCP server orchestrating local multi-agent workflows with gated lifecycle, handoff events, and host-level continuation.Last updated
- Alicense-qualityAmaintenanceA lightweight, self-hostable MCP server for shared memory, structured command relay, and traceable decision evidence across AI runtimes.Last updated1MIT
Related MCP Connectors
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/liyongshun/flow-control-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server