OrchestKit Docs MCP
Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- 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
What data it sees
Do you need an account
No: the server works without sign-in
Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth.
Server tool list (2)
Raw names from tools/list. Only developers need these.
| 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. |