Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

OrchestKit Docs MCP

io.github.yonatangross/orchestkit

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

Uptime
100.0%
1 direct probes · 30d
Response
1358ms
last probe
Tools
2
callable
Resources
1
readable
Prompts
0
available

Tools · 2

orchestkit_docs_search

Search 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.

orchestkit_docs_get

Fetch 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 Markdow…

Resources · 1

OrchestKit search results

Renders documentation search hits as a clickable list.

ui://orchestkit/search-results

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "orchestkit_docs_mcp": {
      "url": "https://orchestkit.yonyon.ai/api/mcp",
      "transport": "streamable-http"
    }
  }
}