Model Context Protocol · 15+ tools
One config line.
Every agent, wired.
Add the CodeOrch MCP server to your .mcp.json, restart your agent, and 15+ orchestration tools are instantly available — persistent memory, intelligent briefings, file locking, review gates.
From zero to first
orchestrated task.
Create a free account. No card required.
Generate a key from your project settings.
Two lines. Your agent picks it up on restart.
Your first briefing synthesizes in ~2 seconds.
MCP Configuration
Connect external agents to this project via Model Context Protocol.
Tell your agent
how to behave.
Drop a rule file into your repo root. Claude reads CLAUDE.md. Cursor reads .cursorrules. Every agent gets the same baseline: claim before coding, read the briefing, finish with proof.
Agent Rules
Download rule files for Claude Code, Copilot, Cursor, and other AI agents.
Every tool your agent
needs to ship.
17 MCP tools organized across four stages — setup, task lifecycle, code navigation, and memory. Your agent calls them; the orchestrator handles the rest.
workspace_initAuto-detects project, writes CLAUDE.md / .cursorrules / AGENTS.md, returns project ID and task state.
initialize_projectName-only project creation — no cwd needed. Use from any directory.
list_projectsReturns all projects in your org with IDs, task counts, and last-activity timestamps.
beginCreates, claims, orchestrates, and starts a task in one call. Returns a briefing with files to focus.
finishSubmits work for review with structured proof. Auto-runs the 7-metric review gate.
create_taskQueue a task on the board without claiming. Useful for planning multi-agent pipelines.
get_task_briefingRecovery tool — re-fetch a briefing if begin() was interrupted mid-session.
find_filesGlob-safe file discovery against the indexed codebase. Never risks reading outside scope.
read_batchRead up to 5 files in one call. Far faster than sequential file reads.
get_file_freshRe-reads a file after you've edited it — keeps your context consistent with disk.
searchHybrid search across docs, decisions, and code. Hits graph, vector, and relational in parallel.
break_taskDecomposes a parent task into 3–5 child tasks. Orchestrator determines subtask scope.
plan_projectTakes a high-level goal and generates a full task board for multi-agent execution.
add_task_dependencyLinks tasks so the orchestrator respects execution order across agents.
rememberWrite decisions, session summaries, learnings, or docs directly to the knowledge graph.
reflectReturns project health, stale items, decision gaps, and suggested next tasks.
syncClones a GitHub branch and re-indexes it. Accepts a branch argument.
Free tier forever
Give your agents
a memory.
Free tier. No card. Cloud or self-host. 100 orchestrations/month on the free plan — enough for 3–4 active tasks per day.
- 2 projects included
- 100 orchestrations / month
- Claude Code, Cursor, Aider support
- docker compose up for self-host