Orchestkit Docs MCP
About
OrchestKit Docs MCP — read-only MCP server for the OrchestKit Claude Code plugin docs: full-text search + Markdown page fetch. Streamable-HTTP, no auth, no API key.
Details
- Author
- yonatangross
- Downloads
- 201
- Categories
- Developer Tools, Knowledge Base, Search
Jump to
- Read-only access to all OrchestKit documentation
- Full-text search returns ranked pages with titles and URLs
- Fetch any documentation page as clean Markdown
- Streamable-HTTP transport with no authentication required
- No API keys or credentials needed
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Orchestkit Docs MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Point any MCP client at the server URL https://orchestkit.yonyon.ai/api/mcp with no credentials required. Two tools are exposed: orchestkit_docs_search for full-text search across the docs and orchestkit_docs_get to fetch a single documentation page as clean Markdown.
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"orchestkit docs mcp": {
"orchestkit": {
"type": "http",
"url": "https://orchestkit.yonyon.ai/api/mcp"
}
}
}
}
McpServers
{
"orchestkit": {
"type": "http",
"url": "https://orchestkit.yonyon.ai/api/mcp"
}
}
OrchestKit Docs MCP
A read-only MCP server over the OrchestKit documentation — search the docs and fetch any page as Markdown, straight from your AI agent. Streamable-HTTP, no authentication, no API key.Tools
| Tool | What it does | |------|--------------| |orchestkit_docs_search | Full-text search across the OrchestKit docs; returns ranked pages with titles + URLs. |
| orchestkit_docs_get | Fetch one documentation page as clean Markdown. |
Connect
Point any MCP client at the server — nothing to install, no credentials: ```json { "mcpServers": { "orchestkit": { "type": "http", "url": "https://orchestkit.yonyon.ai/api/mcp" } } } About OrchestKit OrchestKit is an open-source (MIT) Claude Code plugin for AI-assisted development — 111 skills, 37 agents, and 211 lifecycle hooks with built-in security patterns and quality gates. It operates at the agent layer (unlike editor assistants such as Cursor or GitHub Copilot), making the Claude Code agent more capable for multi-step work. - Docs: https://orchestkit.yonyon.ai - Repo: https://github.com/yonatangross/orchestkit - Install: /plugin install ork (Claude Code) · npx skills add yonatangross/orchestkit (any agent)Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




