RAG Documentation Search

Provides semantic document search and retrieval through vector embeddings, enabling context-aware responses backed by specific documentation sources

View Source
22 stars
0 tools
Created Aug 2025
@sanderkooger/sanderkooger-rag-documentation-search-ragdocs

About

Provides semantic document search and retrieval through vector embeddings, enabling context-aware responses backed by specific documentation sources

Categories

general

Installation

npm

npm install @sanderkooger/sanderkooger-rag-documentation-search-ragdocs

Configuration

{ "mcpServers": { "sanderkooger-rag-documentation-search-ragdocs": { "command": "npx", "args": [ "-y", "@sanderkooger/sanderkooger-rag-documentation-search-ragdocs" ] } } }