golden-flow-mcp
Provides read-only SQLite observation through the sql-observer adapter, allowing agents to inspect SQLite databases while rejecting writes, pragmas, and multi-statements.
Provides optional WeChat mini-program integration through the Minium adapter, including protocol Mock mode for CI and manual testing with WeChat DevTools.
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., "@golden-flow-mcpinspect this repo and plan a golden flow for it"
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.
Golden Flow Engine
Agent-neutral engine for building, validating, and running a project-specific Golden Pack. It gives Codex, OpenClaw, and other desktop Agents a deterministic foundation for understanding a repository, designing its own golden flows, collecting evidence, resuming long runs, and maintaining those flows with the product.
The Engine is not a hard-coded HTTP test runner and does not call any LLM. The host Agent reads the project and writes .golden-flow/; the Engine provides facts, safe tools, validation, and execution.
Quick start
python -m pip install -e ".[mcp]"
golden-flow inspect /path/to/project
golden-flow init /path/to/project
golden-flow validate /path/to/project
golden-flow plan /path/to/project
golden-flow run /path/to/project --mode strictBackground mode uses a project-local SQLite queue:
golden-flow job-start /path/to/project
golden-flow worker /path/to/project --once
golden-flow job-status /path/to/project JOB_IDRun golden-flow-mcp to expose inspection, Pack management, planning, and asynchronous run tools over STDIO MCP. See AGENT_GUIDE.md for the fixed Agent workflow.
Related MCP server: agent-orchestrator
Built-in adapters
file: project-root-limited reads, listing, hashes, and existence checks.shell: argv commands explicitly registered inpolicies/safety.yaml.http: requests and response evidence using the Python standard library.playwright: optional browser navigation, input, screenshots, and console errors.sql-observer: read-only SQLite observation; writes, pragmas, and multi-statements are rejected.minium: optional WeChat mini-program capability with protocol Mock mode for CI.command-bridge: one-JSON-in/one-JSON-out bridge for TypeScript, Java, Go, and custom tools.
The adapter protocol keeps capabilities, preflight, execution, evidence, safety checks, error classes, and resource closing independent from the Engine core.
中文说明
golden-flow-engine 是给 Codex、OpenClaw/龙虾及其他桌面 Agent 使用的“项目黄金流程构建与运行引擎”。它先对仓库做确定性只读扫描,再由宿主 Agent 根据文档、代码、页面、状态模型和数据真相源,为该项目编写 .golden-flow/。Engine 负责目录格式、依赖拓扑、工具安全、证据完整性、前台/后台执行、断点结果和错误分类,不预置任何真实产品业务,也不内置模型 API。
默认提交项目画像、主干/分支清单、Python Journey、工具声明、策略和 Fixture 规则;默认忽略账号、Token、SQLite 运行状态、截图、日志、报告、缓存和真实业务资料。
Status
v0.1.0 is an alpha release. The protocol and schema names are versioned, but APIs may evolve before v1. Real Minium acceptance remains a documented manual smoke test on Windows with WeChat DevTools; ordinary CI uses the protocol Mock.
MIT licensed. See SECURITY.md and CONTRIBUTING.md.
This server cannot be installed
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
- FlicenseAqualityBmaintenanceGovernance/control plane for MCP-enabled coding-agent workflows with validation, findings, approvals, budgets, and proof bundles.5511
- AlicenseNot gradedqualityBmaintenanceEnables multi-model leader-worker agent orchestration, workflow execution, and deterministic validation via structured MCP tools.16Apache 2.0
- FlicenseNot gradedqualityCmaintenanceEnables MCP agents to inspect deployment knowledge extracted from a repository, covering workflows, services, deployments, and images.
- AlicenseNot gradedqualityCmaintenanceEnables AI coding agents and hosts to enforce deterministic repository boundaries via MCP, providing structured reads, supervised edits, snapshots, audits, and recovery with machine-readable evidence.MIT
Related MCP Connectors
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
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/hkx5414375/golden-flow-engine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server