mcp-ragdocs

qpd-v
96
# MCP Server MCP Server, using Qdrant for semantic search of documents.

Overview

What is mcp-ragdocs

mcp-ragdocs is a Model Context Protocol (MCP) server designed for semantic search and retrieval of documentation using a vector database (Qdrant). It allows users to add documentation from URLs or local files and perform searches using natural language queries.

How to Use

To use mcp-ragdocs, first install the package globally using npm. Then, start the Qdrant database using Docker. Ensure that Ollama is running with the default embedding model. Finally, configure your settings file to include the MCP server details and verify the installation by checking if Qdrant and Ollama are running correctly.

Key Features

Key features of mcp-ragdocs include the ability to add documentation from various sources, store this documentation in a vector database for semantic search, perform searches using natural language, and list all documentation sources.

Where to Use

mcp-ragdocs can be used in various fields that require documentation management and retrieval, such as software development, technical writing, and knowledge management systems.

Use Cases

Use cases for mcp-ragdocs include searching through technical documentation, retrieving information from user manuals, and managing knowledge bases for teams or organizations.

Content