Orbit's local-first task and workflow registry for coding agents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The Orbit dashboard (orbit web serve) β task backlog, live audit log, per-agent scoreboard.
Orbit takes review off the critical path, so throughput and rigor stop trading against each other. A durable task for every change, structured audit of every tool call and provider exchange, conflict-aware parallel dispatch, and continuous review sweeps that file what they find straight back into the backlog β local-first.
You drive Claude Code, Codex, Grok Build, or Gemini CLI against real code, often in parallel. Agents make it easy to skip the disciplines that keep code maintainable, and six months later nobody can reconstruct why an agent wrote a given line. Orbit makes those disciplines cheap: tasks before edits, every tool call in a structured audit log, parallel runs sandboxed into worktrees with file-level locks, and your own design docs retrievable by the agents doing the work.
Conventional practice buys safety with blocking gates, which caps how many agents you can run at once. Orbit merges on a quick direction check, then scheduled code-review, qa-sweep, and security-review passes read the merged window and file every confirmed finding back into the backlog as an ordinary task. Every commit carries its task ID, so the history stays reconstructable.
proposed β backlog β in-progress β review β done) survives sessions and branches; every commit carries the task_id, so orbit task show reconstructs prompt, plan, execution trace, and review threads months later. β docs/design/task-artifacts/orbit run ship gives each run its own git worktree and reserves task context_files as locks before fanning out, rejecting overlapping reservations up front instead of producing merge conflicts later. β docs/design/activity-job/code-review, qa-sweep, and security-review auto-tasks read the window since their last cursor, verify findings against live code, and file confirmed ones as tasks with file:line evidence. A clean window is a successful no-op. β docs/design/auto-tasks/sandbox-exec on macOS and Bubblewrap on Linux; the Linux boundary enforces writes only, leaving host reads and network open. Unsupported platforms keep the in-process filesystem guards. β docs/design/policy-sandbox/orbit docs add; agents retrieve it by concept via orbit search --kind doc, with --hybrid adding embedding recall. β docs/design/orbit-docs/orbit friction add) instead of silently working around it. A task carrying a resolves relation closes its friction on reaching done.dependencies and typed relations; the pipeline gates admission on them, so declare the order once and let the queue enforce it.orbit auto-task defines .orbit/auto_tasks/*.yaml templates with a cron or interval schedule and a dedupe policy; a seeded scheduler mints tasks from the due ones, and orbit auto-task mint <name> mints one on demand.Everything is incremental: the task layer and audit log work on day one; the docs corpus, friction ledger, auto-tasks, and parallel dispatch switch on as you adopt them.
Prerequisites: at least one supported agent CLI (Claude Code, Codex, Cursor, or Gemini CLI), authenticated. orbit run ship in its default --mode pr needs gh authenticated; otherwise use --mode local. On Linux, complete the Linux sandbox runbook after orbit init.
Or ask your agent: "create an orbit task to refactor the authentication logic in β¦". Full command reference: orbit --help and orbit-cli.com. Crews (which provider-model runs a task) and the base branch: docs/CONFIG.md.
Use a plugin to attach Orbit's MCP tools and orbit skill to one agent without the CLI on $PATH; use the CLI install for the dashboard and cross-agent workspace setup. All three load plugin/skills/orbit and launch the npm CLI pinned to that release (npx -y @orbit-tools/cli@<version> mcp serve). Cursor's public marketplace listing is a separate human-reviewed catalog update; a git tag does not publish it.
Cloning gives you a framework to mold to your team's conventions; everything under .orbit/ carries over from a binary install. Paste the prompt below into your agent from inside the repo where you want Orbit.
You are helping me set up Orbit, a local governance and audit layer for coding agents, inside this repository so I keep my existing agents while gaining durable tasks, structured audit, a searchable docs corpus, and safe parallel execution.
- Ask me where to clone the Orbit repository (suggest
~/code/orbit).- Verify the Rust toolchain: Orbit's MSRV is
rust-version = "1.89". If cargo is missing or older, stop and ask me before installing anything (rustupmodifies the shell profile).- Clone
https://github.com/constellation-works/orbitinto that location and runmake install(copiesorbitto$INSTALL_BIN_DIR, default~/.cargo/bin). Confirm the install path with me first. Verify withorbit --version.- Run
orbit initfor global state at~/.orbit. On Linux, followdocs/runbooks/linux-sandbox.mdand require its probe to pass before dispatching agents.- From this repository, run
orbit workspace init --mcp. It creates.orbit/and registers an operator-authorized MCP server with installed agent CLIs. Tell me first if you'd rather it stay agent-only (orbit mcp init).- Ask me whether to enable semantic search (optional):
orbit semantic installdownloads an embedder companion plus the default model under~/.orbit/embed/(macOS arm64 or Linux x86_64/aarch64 with glibc >= 2.38). If I accept and tasks already exist, runorbit semantic index.- Read
README.md,docs/POSITIONING.md,CLAUDE.md,ARCHITECTURE.md,docs/design/CONVENTIONS.md, anddocs/CONFIG.md.- Run
orbit task listandorbit semantic statsand show me the output.- Ask me what my first real task should be and create it with the
orbitskill.Rules: never run destructive commands, install rustup, install outside
~/.cargo/bin, or modify a shell profile without confirmation. If anything is unclear or fails, stop and ask. Do not simplify or hide Orbit's conventions; I am choosing this because I want the discipline.
orbit search queries tasks, docs, and frictions (--kind task|doc|friction|all), lexical by default. --hybrid adds embedding ranking over tasks and indexed docs, and orbit search similar <task-id> finds cosine-neighbor tasks. The embedder is a separate companion subprocess, so semantic search costs nothing when unused.
The companion is released for macOS arm64 and Linux x86_64/aarch64 (glibc >= 2.38); Intel macOS runs the CLI without semantic search. Frictions are never embedded.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/orbit-4)<a href="https://allmcps.com/mcp/orbit-4"><img src="https://allmcps.com/api/badge/orbit-4?style=directory" alt="Orbit on AllMCPs" /></a>