← Back to Plugins
MCP Server MCP

OrchestKit Docs MCP

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/yonatangross/orchestkit-docs-mcp:10.0.0-alpha.55

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://orchestkit.yonyon.ai/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/yonatangross/orchestkit-docs-mcp:10.0.0-alpha.55",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol streamable-http oci

Comments

Sign in to leave a comment

Loading comments...