Back to Home
karel1980 icon

koog-docs-helper-mcp

Verified Safe

by karel1980

Overview

Provides RAG search capabilities over Koog documentation using ChromaDB.

Installation

Run Command
bash koog-mcp-server.sh

Security 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-11-24

Tags

RAGDocumentationSearchChromaDBMCP ServerAI Agents