pypi openvibecoding-orchestratorstdioMITupdated 1mo ago
AI codes overnight, you ship in the morning
Was kannst du mit OpenVibeCoding Read only MCP machen?
Codeflow is the orchestrator for long-haul AI coding tasks. Hand it a spec, walk away, come back to a branch, a diff, and a proof of work.
┌──────────────────────────────────────┐
│ LOCAL-FIRST ████████ 100% │
│ SOURCE-TRACEABLE ████████ 100% │
│ TYPING REQUIRED ░░░░░░░░ 0% │
│ VIBES ████████ ZERO │
│ FILLER│
└──────────────────────────────────────┘
Long-running coding-agent orchestrator. Plan, run, replay, deliver.
What You Get
| Surface | What |
|---|---|
orchestrator apps |
Plan it, run it, watch it, replay it. |
packages |
Pluggable runners — Codex, Claude, Cline, OpenHands. |
contracts & schemas |
Spec, plan, run, artifact. Every step versioned. |
design system |
Calm cockpit. No flashing red. No false confidence. |
public skills |
Drop into Claude/Codex/OpenClaw. Hand it a spec, get a branch. |
[!IMPORTANT] Local-first by default. No silent telemetry. No cloud round-trip. Your data stays on your machine until you explicitly ship it somewhere.
Install
git clone https://github.com/xiaojiou176-open/codeflow.git
cd Codeflow
# follow the per-stack quickstart in INSTALL.md or docs/
Three commands. No curl | sh. No login. Read what you run.
Install break? Open your favorite agent and say "Read AGENTS.md and bootstrap Codeflow for me." Agent fix own brain. Long version: docs/.
How It Work
The repo is seven layers — exactly the seven commits in git log. New work goes in as small named PRs. No 50-file mystery commits.
| Layer | What |
|---|---|
chore: scaffold |
License, governance, hygiene gates, CI scaffolding. |
feat(core) |
The primary engine. The reason Codeflow exists. |
feat(modules) |
Packages, adapters, services, plugins. The second floor. |
feat(contracts) |
Schemas, configs, public boundaries. Other code talks here. |
test: |
Receipts. Everything in this layer must run. |
feat(ops) |
Scripts, infra, CI helpers, build glue. |
docs: |
Public docs surface. The pretty face. |
git log reads like a building floor plan. Look once, know the whole shape.
Ecosystem
Codeflow lives in the open family: three open platforms. local-first, source-first, builder-first.
| Repo | What |
|---|---|
| OpenCampus | Canvas + Gradescope + EdStem on one calm desk |
| Codeflow (you here) | AI codes overnight, you ship in the morning |
| OpenUIStudio | brief in, React + shadcn out, proof attached |
Cross-family taste: BeamMe · BrewMe · Codeflow · proofyard.
Star This Repo
If Codeflow saves you a click, an hour, or a headache — star costs zero. Fair trade. ⭐
Also by Yifeng[Terry] Yu
- OpenCampus — Canvas + Gradescope + EdStem on one calm desk
- OpenUIStudio — brief in, React + shadcn out, proof attached
- BeamMe — beam your agent config to any planet
- BrewMe — wake up, news already brewed
- proofyard — every claim ships with its receipt
License
MIT — small print, big freedom.
Installation
OpenVibeCoding Read only MCP zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add openvibecoding-orchestrator -- uvx openvibecoding-orchestratorcodex mcp add openvibecoding-orchestrator -- uvx openvibecoding-orchestratoramp mcp add openvibecoding-orchestrator -- uvx openvibecoding-orchestrator{
"mcpServers": {
"openvibecoding-orchestrator": {
"command": "uvx",
"args": [
"openvibecoding-orchestrator"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"openvibecoding-orchestrator": {
"command": "uvx",
"args": [
"openvibecoding-orchestrator"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"openvibecoding-orchestrator","command":"uvx","args":["openvibecoding-orchestrator"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"openvibecoding-orchestrator": {
"command": "uvx",
"args": [
"openvibecoding-orchestrator"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"openvibecoding-orchestrator": {
"command": "uvx",
"args": [
"openvibecoding-orchestrator"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"openvibecoding-orchestrator": {
"command": "uvx",
"args": [
"openvibecoding-orchestrator"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"openvibecoding-orchestrator": {
"type": "local",
"command": "uvx",
"args": [
"openvibecoding-orchestrator"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"openvibecoding-orchestrator": {
"command": {
"path": "uvx",
"args": [
"openvibecoding-orchestrator"
]
}
}
}
}Add to your Zed `settings.json`.
uvx openvibecoding-orchestratorRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Unvollständig
- Dokumentation25/25
- Pflege16/25
- Vertrauen16/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 47 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.1.0a4Aktuell | 20. Apr. 2026 |