OrchestKit Docs MCP
Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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'). Ret
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth.
Список инструментов сервера (2)
Технические названия из tools/list. Нужны только разработчикам.
| 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 Markdown. |