mcp-server-qdrant

An official Qdrant Model Context Protocol (MCP) server implementation

GitHub Stars

908

User Rating

Not Rated

Favorites

0

Views

101

Forks

139

Issues

25

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.7 or higher
Qdrant: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/qdrant/mcp-server-qdrant
cd mcp-server-qdrant

2. Install Dependencies

bash
pip install -r requirements.txt

3. Set Environment Variables

bash
export QDRANT_URL="http://localhost:6333"
export QDRANT_API_KEY="your-api-key"
export COLLECTION_NAME="default"

4. Start Server

bash
python server.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Unable to connect to Qdrant Solution: Verify Qdrant URL and API key.