koog-docs-helper-mcp
Verified Safeby karel1980
Overview
Provides RAG search capabilities over Koog documentation using ChromaDB.
Installation
bash koog-mcp-server.shSecurity Notes
The server uses `subprocess.run` to clone the `koog` repository from a hardcoded trusted URL (`https://github.com/JetBrains/koog.git`) if it doesn't exist. This is generally safe, as the source is known. The `koog_repo_path` is taken from `sys.argv`, allowing users to specify a local path, but operations on these files (reading, chunking) are not inherently dangerous for typical markdown content. No `eval()` or direct network risks beyond the initial git clone.
Similar Servers
context-portal
Manages structured project context for AI assistants and developer tools, enabling Retrieval Augmented Generation (RAG) and prompt caching within IDEs.
rag-server-mcp
Provides Retrieval Augmented Generation (RAG) capabilities to Model Context Protocol (MCP) clients by indexing project documents and retrieving relevant content for LLMs.
concept-rag
This MCP server provides conceptual search, document analysis, and library exploration capabilities over a knowledge base using LanceDB and LLM-based concept extraction.
mcp-rag-server
Provides a local, zero-network Retrieval-Augmented Generation server for any code repository, enabling semantic search and file access through the Model Context Protocol (MCP) for AI clients like GitHub Copilot Agent.