mcp-server-qdrant
Official
by qdrant
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
QDRANT_URL | No | URL of the Qdrant server, e.g. http://localhost:6333 | |
QDRANT_API_KEY | No | API key for the Qdrant server | |
COLLECTION_NAME | Yes | Name of the collection to use | |
QDRANT_LOCAL_PATH | No | Path to the local Qdrant database | |
FASTEMBED_MODEL_NAME | No | Name of the FastEmbed model to use | sentence-transformers/all-MiniLM-L6-v2 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |