Back to Glossary Index
Core ConceptMCP over stdio/HTTP

Qdrant

Industry Definition Set • Entity Resolution Path: /glossary/mcp-qdrant

Quick Answer / TL;DR

The Qdrant MCP server enables AI agents to manage collections, upsert vectors, and perform similarity searches in Qdrant, an open-source vector database with a REST API.

Key Takeaways

  • Upsert and search points
  • List and manage collections
  • Supports payload filtering and full-text search
  • Authenticates via API key
Definitive Statement: The Qdrant MCP server enables AI agents to manage collections, upsert vectors, and perform similarity searches in Qdrant, an open-source vector database with a REST API.

Technical Context & Protocol Usage

Detailed Explanation
This server exposes tools for `upsert_points`, `search_points`, `list_collections`, and `delete_points`. It uses the Qdrant Node.js client and supports API key authentication. Qdrant's payload filtering and full-text search capabilities make it a versatile choice for RAG applications.

Format & Payload Metadata

Format: JSON-RPC 2.0

Latency: Typically 10-100ms per search

Real-World Implementation Use Case

A RAG application uses Qdrant to store document embeddings and search for relevant documents based on user queries.

M
MCPserver.in Engineering

Platform Team

Published: 2026-07-20
Updated: 2026-07-20

References & Technical Specifications

Cite This Page

MLA Style:

MCPserver.in Engineering. "Qdrant." MCPserver.in Knowledge Hub, 20 July 2026, mcpserver.in/glossary/mcp-qdrant.