Submit

Orchestkit Docs MCP

@Yonatan Gross

OrchestKit Docs MCP — read-only MCP server for the OrchestKit Claude Code plugin docs: full-text search + Markdown page fetch. Streamable-HTTP, no auth, no API key.
Overview

OrchestKit Docs MCP

A read-only MCP server over the OrchestKit documentation — search the docs and fetch any page as Markdown, straight from your AI agent. Streamable-HTTP, no authentication, no API key.

Tools

ToolWhat it does
orchestkit_docs_searchFull-text search across the OrchestKit docs; returns ranked pages with titles + URLs.
orchestkit_docs_getFetch one documentation page as clean Markdown.

Connect

Point any MCP client at the server — nothing to install, no credentials:

{
  "mcpServers": {
    "orchestkit": {
      "type": "http",
      "url": "https://orchestkit.yonyon.ai/api/mcp"
    }
  }
}

About OrchestKit

OrchestKit is an open-source (MIT) Claude Code plugin for AI-assisted development — 111 skills, 37 agents, and 211 lifecycle hooks with built-in security patterns and quality gates. It operates at the agent layer (unlike editor assistants such as Cursor or GitHub Copilot), making the Claude Code agent more capable for multi-step work.

- Docs: https://orchestkit.yonyon.ai
- Repo: https://github.com/yonatangross/orchestkit
- Install: /plugin install ork (Claude Code) · npx skills add yonatangross/orchestkit (any agent)

Server Config

{
  "mcpServers": {
    "orchestkit": {
      "type": "http",
      "url": "https://orchestkit.yonyon.ai/api/mcp"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server