HomeSearch & Research › OrchestKit Docs MCP

OrchestKit Docs MCP

Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth.

TypeScript Remote
★ 283 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://orchestkit.yonyon.ai/api/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http orchestkit https://orchestkit.yonyon.ai/api/mcp

Or add to your MCP client config:

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

Package (oci)

docker run -i --rm ghcr.io/yonatangross/orchestkit-docs-mcp:10.0.0-beta.84

Or add to your MCP client config:

{
  "mcpServers": {
    "orchestkit": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/yonatangross/orchestkit-docs-mcp:10.0.0-beta.84"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry