Orchestkit Docs MCP
@yonatangross
About Orchestkit Docs MCP
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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"orchestkit": {
"type": "http",
"url": "https://orchestkit.yonyon.ai/api/mcp"
}
}
}Tools
2Search 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 Markdown.
Overview
What is Orchestkit Docs MCP?
Orchestkit Docs MCP is a read-only MCP server that provides full-text search and Markdown retrieval over the OrchestKit documentation. It uses Streamable-HTTP transport with no authentication or API key, and is designed for AI agents that need to query OrchestKit docs programmatically.
How to use Orchestkit Docs MCP?
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.
Key features of Orchestkit Docs MCP
- 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
Use cases of Orchestkit Docs MCP
- AI agents searching OrchestKit documentation for relevant guides
- Retrieving specific documentation pages for context-aware assistance
- Integrating OrchestKit docs lookup into Claude Code workflows
FAQ from Orchestkit Docs MCP
What tools does Orchestkit Docs MCP provide?
It provides orchestkit_docs_search for full-text search across the OrchestKit documentation and orchestkit_docs_get to fetch a single documentation page as clean Markdown.
Do I need an API key or authentication to use Orchestkit Docs MCP?
No. The server requires no authentication and no API key.
What is OrchestKit?
OrchestKit is an open-source (MIT) Claude Code plugin for AI-assisted development offering 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.
How do I connect my MCP client to Orchestkit Docs MCP?
Configure your MCP client with the HTTP endpoint https://orchestkit.yonyon.ai/api/mcp under the server name orchestkit, with "type": "http" and no credentials.
Is Orchestkit Docs MCP read-only?
Yes, it is a read-only server. It provides only search and fetch operations over the documentation.
Frequently asked questions
What tools does Orchestkit Docs MCP provide?
It provides `orchestkit_docs_search` for full-text search across the OrchestKit documentation and `orchestkit_docs_get` to fetch a single documentation page as clean Markdown.
Do I need an API key or authentication to use Orchestkit Docs MCP?
No. The server requires no authentication and no API key.
What is OrchestKit?
OrchestKit is an open-source (MIT) Claude Code plugin for AI-assisted development offering 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.
How do I connect my MCP client to Orchestkit Docs MCP?
Configure your MCP client with the HTTP endpoint `https://orchestkit.yonyon.ai/api/mcp` under the server name `orchestkit`, with `"type": "http"` and no credentials.
Is Orchestkit Docs MCP read-only?
Yes, it is a read-only server. It provides only search and fetch operations over the documentation.
Basic information
More Developer Tools MCP servers
Altronis
sypherinMCP server + CLI for Altronis — Singapore AI consulting. Ask the Lyra consultant, generate a grant-matched AI transformation plan, pull curated SG AI events/news. Read-only, wraps altronis.sg.

Repo Test Architect
RepoAssayLocal-first, read-only MCP server for evidence-backed repository test architecture audits and test planning.

Perfex CRM
themesicTurn Perfex CRM into an AI-ready workspace. This MCP server exposes your full REST API to Claude, ChatGPT and any AI agent, so leads, invoices and tasks are one prompt away.

Skilder.ai
skilder.aiRun skills and MCP tools like production software: versioned, composed into roles, distributed to every agent from one governed library.
LocalCan
LocalCanGives AI agents public URLs (tunnels) for localhost, live HTTP traffic inspection, snapshot publishing, and access control. Part of LocalCan, the ngrok alternative for Mac, Windows and Linux. Free plan.
Comments