Orchestkit Docs MCP
@yonatangross
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"orchestkit": {
"type": "http",
"url": "https://orchestkit.yonyon.ai/api/mcp"
}
}
}ツール
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.
概要
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.
「開発者ツール」の他のコンテンツ
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Grafana MCP server
grafanaMCP server for Grafana
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
コメント