Koog Documentation Server
БесплатноНе проверенEnables semantic search over Koog documentation using vector-based RAG, allowing users to ask questions and retrieve relevant sections with context.
Описание
Enables semantic search over Koog documentation using vector-based RAG, allowing users to ask questions and retrieve relevant sections with context.
README
A Model Context Protocol (MCP) server that provides vector-based RAG search capabilities over Koog documentation using ChromaDB.
Setup
- Create and activate virtual environment:
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
Clone the koog git repository and remember the path of your working copy.
Add to your Q CLI MCP configuration:
q config mcp add koog-docs python3 koog-mcp-server.py [koog-repo-path]
If you omit koog-repo-path, it will default to '../koog'
Or manually add to your MCP config file:
{
"mcpServers": {
"koog-docs": {
"command": "python3",
"args": ["koog-mcp-server.py"],
"cwd": "/path/to/this/directory"
}
}
}
Database Initialization
The vector database will be automatically created and populated on first use:
- ChromaDB creates a persistent database in
./chroma_db/ - All markdown files from
../koog/docs/docsare processed and indexed - Documents are chunked for optimal retrieval
- Vector embeddings are generated using ChromaDB's default model
Note: First startup may take a few moments while the documentation is indexed.
Usage
Once configured, you can ask questions about Koog in Q CLI:
- "How do I create a basic agent in Koog?"
- "What are the different types of tools available?"
- "How does memory work in Koog agents?"
- "Show me examples of structured output"
The server will search through all Koog documentation files and return relevant sections with context.
Features
- Vector-based semantic search using ChromaDB
- Automatic document chunking for better retrieval
- Persistent vector database with embeddings
- Searches all markdown files in the Koog docs directory
- Returns relevant sections with similarity scores
- Extracts document titles and file paths for reference
Установка Koog Documentation Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/karel1980/koog-docs-helper-mcpFAQ
Koog Documentation Server MCP бесплатный?
Да, Koog Documentation Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Koog Documentation Server?
Нет, Koog Documentation Server работает без API-ключей и переменных окружения.
Koog Documentation Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Koog Documentation Server в Claude Desktop, Claude Code или Cursor?
Открой Koog Documentation Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Koog Documentation Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
