Sponsored by Deepsite.site

Qdrant MCP Server

Created By
hadv9 months ago
A Model Context Protocol (MCP) server implementation for RAG
Content

Qdrant MCP Server

A server implementation that supports both Qdrant and Chroma vector databases for storing and retrieving domain knowledge.

Features

  • Support for both Qdrant and Chroma vector databases
  • Configurable database selection via environment variables
  • Uses Qdrant's built-in FastEmbed for efficient embedding generation
  • Domain knowledge storage and retrieval
  • Documentation file storage with metadata
  • Support for PDF and TXT file formats

Prerequisites

  • Node.js 20.x or later (LTS recommended)
  • npm 10.x or later
  • Qdrant or Chroma vector database

Installation

  1. Clone the repository:
git clone <repository-url>
cd qdrant-mcp-server
  1. Install dependencies:
npm install
  1. Create a .env file in the root directory based on the .env.example template:
cp .env.example .env
  1. Update the .env file with your own settings:
DATABASE_TYPE=qdrant
QDRANT_URL=https://your-qdrant-instance.example.com:6333
QDRANT_API_KEY=your_api_key
COLLECTION_NAME=your_collection_name
  1. Build the project:
npm run build

AI IDE Integration

Cursor AI IDE

Create the script run-cursor-mcp.sh in the project root:

#!/bin/zsh
cd /path/to/your/project
source ~/.zshrc
nvm use --lts

# Let the app load environment variables from .env file
node dist/index.js

Make the script executable:

chmod +x run-cursor-mcp.sh

Add this configuration to your ~/.cursor/mcp.json or .cursor/mcp.json file:

{
  "mcpServers": {
    "qdrant-retrieval": {
      "command": "/path/to/your/project/run-cursor-mcp.sh",
      "args": []
    }
  }
}

Claude Desktop

Add this configuration in Claude's settings:

{
  "processes": {
    "knowledge_server": {
      "command": "/path/to/your/project/run-cursor-mcp.sh",
      "args": []
    }
  },
  "tools": [
    {
      "name": "store_knowledge",
      "description": "Store domain-specific knowledge in a vector database",
      "provider": "process",
      "process": "knowledge_server"
    },
    {
      "name": "retrieve_knowledge_context",
      "description": "Retrieve relevant domain knowledge from a vector database",
      "provider": "process",
      "process": "knowledge_server"
    }
  ]
}

Usage

Starting the Server

npm start

For development with auto-reload:

npm run dev

Storing Documentation

The server includes a script to store documentation files (PDF and TXT) with metadata:

npm run store-doc <path-to-your-file>

Example:

# Store a PDF file
npm run store-doc docs/manual.pdf

# Store a text file
npm run store-doc docs/readme.txt

The script will:

  • Extract content from the file (text from PDF or plain text)
  • Store the content with metadata including:
    • Source: "documentation"
    • File name and extension
    • File size
    • Last modified date
    • Creation date
    • Content type

API Endpoints

Store Domain Knowledge

POST /api/store
Content-Type: application/json

{
  "content": "Your domain knowledge content here",
  "source": "your-source",
  "metadata": {
    "key": "value"
  }
}

Query Domain Knowledge

POST /api/query
Content-Type: application/json

{
  "query": "Your search query here",
  "limit": 5
}

Development

Running Tests

npm test

Building the Project

npm run build

Linting

npm run lint

Project Structure

src/
├── core/
│   ├── db-service.ts      # Database service implementation
│   └── embedding-utils.ts # Embedding utilities
├── scripts/
│   └── store-documentation.ts  # Documentation storage script
└── index.ts              # Main server file

Using with Remote Qdrant

When using with a remote Qdrant instance (like Qdrant Cloud):

  1. Ensure your .env has the correct URL with port number:
QDRANT_URL=https://your-instance-id.region.gcp.cloud.qdrant.io:6333
  1. Set your API key:
QDRANT_API_KEY=your_qdrant_api_key

FastEmbed Integration

This project uses Qdrant's built-in FastEmbed for efficient embedding generation:

Benefits

  • Lightweight and fast embedding generation
  • Uses quantized model weights and ONNX Runtime for inference
  • Better accuracy than OpenAI Ada-002 according to Qdrant
  • No need for external embedding API keys

How It Works

  1. The system connects to your Qdrant instance
  2. When generating embeddings, it uses Qdrant's server-side embedding endpoint
  3. This eliminates the need for external embedding APIs and simplifies the architecture

Configuration

No additional configuration is needed as FastEmbed is built into Qdrant. Just ensure your Qdrant URL and API key are correctly set in your .env file.

Troubleshooting

If you encounter issues:

  1. Make sure you're using Node.js LTS version (nvm use --lts)
  2. Verify your environment variables are correct
  3. Check Qdrant/Chroma connectivity
  4. Ensure your Qdrant instance is properly configured

License

MIT

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Playwright McpPlaywright MCP server
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Tavily Mcp
CursorThe AI Code Editor
Serper MCP ServerA Serper MCP Server
WindsurfThe new purpose-built IDE to harness magic
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
ChatWiseThe second fastest AI chatbot™
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Amap Maps高德地图官方 MCP Server
DeepChatYour AI Partner on Desktop