Set Up MCP
Claude Code (plugin path)
Section titled “Claude Code (plugin path)”For Claude Code, the simplest setup is the official plugin — it registers the MCP server, skills, and subagents in one step and pulls the native binary via the @orbit-tools/cli npm proxy:
/plugin marketplace add danieljhkim/orbit/plugin install orbitRequires Node 18+ on PATH. Skip the rest of this page if you go this route; the plugin handles registration. Use the manual flow below for Codex, Gemini, or a Claude Code install you want to wire by hand.
Initialize (manual)
Section titled “Initialize (manual)”Use auto-detection:
orbit mcp init --autoOr target a client explicitly:
orbit mcp init --claudeorbit mcp init --codexorbit mcp init --geminiStart the MCP surface:
orbit mcp serveThe surface includes task tools and graph read tools. Graph write tools are not exposed; write coordination is handled through task lock reservations before dispatch.
Remove
Section titled “Remove”orbit mcp remove --all