A “zero-configuration, one-click start” on-premises workflow management toolkit

UfoMiao/zcf is a zero-configuration Claude code flow tool that supports multilingual operation, providing an interactive menu to simplify the installation and configuration process, including features such as installing Claude Code, importing workflows, configuring APIs or CCR agents, setting up MCP services, selecting default models, configuring AI memory, and installing additional assistive tools.

Summary (in one sentence)

zcf (Zero-Config Code Flow) is a local/command-line workflow management toolkit that provides “zero-configuration, one-click start” for Anthropic’s Claude Code / Codex, including a complete set of developer tools such as intelligent agent, workflow import, model and agent (CCR, MCP) configuration, etc.

Main uses and positioning

  • For developers who need to quickly build Claude (and Codex)-based code generation/execution processes, it provides interactive menus and command lines for quick initialization, update, and configuration.
  • Connect AI assistants, automated scripts, code generation processes, and more into a reusable system with “workflow + agent + memory/personalized configuration”.

Core Functions (Summary)

  • Interactive menu / zero configuration initialization:npx zcf Opens the interactive menu, supports one-click full initialization (zcf i), only update workflow (zcf u), etc.
  • Model and memory configuration: You can set the default Claude model (e.g., Opus, Sonnet 1M, or custom model) and the AI output language/style (memory/personalization configuration).
  • CCR / CCometixLine / MCP support: Built-in configuration and management of Claude Code Router (CCR), CCometixLine, and MCP (Model Context Protocol).
  • Multilingual interface: supports interface languages such as Chinese, English, and Japanese, and can automatically switch according to parameters.

Typical installation and quick start-up

Example commands (recommended by the README):

npx zcf # 打开交互式菜单
npx zcf i # 完整初始化(安装 Claude Code、导入工作流、配置 API、设置 MCP)
npx zcf u # 只更新/导入工作流

You can also directly configure APIs, MCPs, default models, AI memories, environment permissions, etc. in the menu.

Code and documentation (what you’ll see in the repository)

  • source code and documentation such as README (multilingual), CLAUDE.md, AGENTS.md, CHANGELOG, tests, src, etc.; There are tons of scripts/templates and configuration files (package.json, tsconfig, workflow templates, etc.).

License and community status

  • The repository uses an MIT license, with a star mark of about 2k and a forks of 147 (indicating that there is a certain level of user/community attention).

Who is suitable for use / usage scenarios

  • Developers and teams who want to quickly build Claude-based programming assistants, automated code workflows, or intelligent agents.
  • Scenarios that require multiple AI workflows (search, memory, routing, execution) to be managed in a standardized manner and deployed with one click.

Github:https://github.com/UfoMiao/zcf

Tubing:

Scroll to Top