Gives Claude read-only access to OrchestKit's documentation through full-text search and raw Markdown retrieval. You can query across 111 skills, 37 agents, and 210 hooks without leaving your editor, which beats context-switching to the docs site when you're authoring workflow commands or debugging hook behavior. The server runs at orchestkit.yonyon.ai/api/mcp with no authentication required. Useful if you're building on top of OrchestKit's Claude Code plugin patterns and need to reference skill frontmatter, agent definitions, or hook examples inline. It's a documentation bridge, not a management interface, so you can't modify anything through it.
claude mcp add --transport http orchestkit https://orchestkit.yonyon.ai/api/mcpRun in your terminal. Add --scope user to make it available in every project.
Review the command, arguments, and environment values before installing — MCP servers run with your local permissions.
Verified live against the running server on Jun 10, 2026.
orchestkit_docs_searchSearch the OrchestKit documentation. Use this first to find the right page for a question. Input: a query string. Returns a ranked list of pages with titles and URLs.1 paramsSearch the OrchestKit documentation. Use this first to find the right page for a question. Input: a query string. Returns a ranked list of pages with titles and URLs.
query*stringorchestkit_docs_getFetch one OrchestKit documentation page as Markdown. Use after orchestkit_docs_search to read a page in full. Input: the page path (e.g. '/docs/getting-started/installation'). Returns the page Markdown.1 paramsFetch one OrchestKit documentation page as Markdown. Use after orchestkit_docs_search to read a page in full. Input: the page path (e.g. '/docs/getting-started/installation'). Returns the page Markdown.
path*string
Explore the Docs → ·
OrchestKit Users Group →
Skill browser, demo gallery, setup wizard
/plugin marketplace add yonatangross/orchestkit
/plugin install ork
Then start your personalized onboarding:
/ork:setup
The setup wizard scans your codebase, detects your tech stack, recommends skills for your needs, configures MCP servers, and creates a readiness score — all in one command.
Every Claude Code session starts from zero. You explain your stack, patterns, preferences—again and again.
OrchestKit gives Claude persistent knowledge of production patterns that work automatically:
| Without | With OrchestKit |
|---|---|
| "Use FastAPI with async SQLAlchemy 2.0..." | "Create an API endpoint" → Done right |
| "Remember cursor pagination, not offset..." | Agents know your patterns |
| "Don't commit to main branch..." | Hooks block bad commits |
| "Run tests before committing..." | /ork:commit runs tests for you |
One unified plugin, everything included.
| Component | Details |
|---|---|
| 114 Skills | RAG patterns, FastAPI, React 19, testing, security, database design, ML integration — loaded on-demand, zero overhead |
| 36 Agents | Specialized personas (backend-architect, frontend-dev, security-auditor) — route tasks to the right expert |
| 219 Hooks | Pre-commit checks, git protection, quality gates, browser safety — ship with confidence |
All available in a single /plugin install ork. Skills load on-demand. Hooks work automatically.
Browse everything in the Docs →
/ork:setup # Personalized onboarding wizard
/ork:implement # Full-stack implementation with parallel agents
/ork:expect # Diff-aware AI browser testing
/ork:review-pr # PR review with parallel agents
/ork:verify # Multi-agent validation
/ork:commit # Conventional commit with pre-checks
/ork:explore # Analyze unfamiliar codebase
/ork:remember # Save to persistent memory
/ork:doctor # Health check
/ork:configure
| Server | Purpose | Required? |
|---|---|---|
| Context7 | Up-to-date library docs | Recommended |
| Memory | Knowledge graph persistence | Recommended |
| Sequential Thinking | Structured reasoning for subagents | Optional |
| Tavily | Web search and extraction | Optional |
The setup wizard (/ork:setup) will recommend MCPs based on your stack.
Skills install as files on your disk, but don't hand-edit the installed copy — it gets overwritten on update and silently diverges from the canonical playbook. The supported ways to extend (user-level skills, project skills, upstream PRs, or disabling a bundled skill) are in docs/extending-skills.md.
/plugin install ork
No tiering. No version confusion. Just one powerful plugin.
Not on Claude Code? Pull the skills into any agent (Cursor, Codex, OpenCode, …) via skills.sh:
npx skills add yonatangross/orchestkit
| Channel | Stability | Install |
|---|---|---|
| Stable | Production-ready | /plugin install ork |
| Beta | May have rough edges | See below |
| Alpha | Experimental, may break | See below |
To install beta or alpha:
# Beta channel
/plugin marketplace add yonatangross/orchestkit --ref beta --name orchestkit-beta
/plugin install ork@orchestkit-beta
# Alpha channel
/plugin marketplace add yonatangross/orchestkit --ref alpha --name orchestkit-alpha
/plugin install ork@orchestkit-alpha
Run /ork:doctor to check which channel you're on. Full docs.
/plugin list
/plugin uninstall ork && /plugin install ork
Run /ork:doctor to diagnose.
Requires ≥2.1.220 (supported floor; Opus 5 as the default Opus, xhigh effort, dynamic workflows, sandbox.network.strictAllowlist, native binary, hardened Bash(rm:*)/Bash(find:*) rules). Check with claude --version.
Raising this floor is a breaking change and ships as a major release. See STABILITY.md for the full contract, and shared/cc-support.json for the authoritative window.
npm run build # Build plugins from src/
npm test # Run all tests
Edit src/ and manifests/, never plugins/ (generated).
See CONTRIBUTING.md for details.
v9.1.1 · 2026-07-26
v9.1.0 · 2026-07-26
v9.0.2 · 2026-07-26
v9.0.1 · 2026-07-26
v9.0.0 · 2026-07-25
v8.85.0 · 2026-07-25
v8.84.10 · 2026-07-23
v8.84.9 · 2026-07-23
See CHANGELOG.md for the full release history.
Join the Code with Yonatan community for AI dev tips, OrchestKit support, and connecting with other builders:
| Group | Link |
|---|---|
| Community (all channels) | Join on WhatsApp |
| AI Dev (EN) | English Group |
| יש לך AI? | Hebrew Group |
| OrchestKit Users | Support & Showcase |
Docs · Issues · Discussions · Community
MIT License · @yonatangross
csoai-org/pdf-document-mcp
xt765/mcp-document-converter
io.github.xjtlumedia/markdown-formatter
io.github.ai-aviate/better-notion
suekou/mcp-notion-server
meterlong/mcp-doc