OrchestKit Docs MCP
io.github.yonatangross/orchestkitRead-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth.
Tools · 2
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.
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
Renders documentation search hits as a clickable list.
ui://orchestkit/search-results
Similar MCP servers embedding-nearest
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"
}
}
}