MCP Server for Qdrant

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QDRANT_URLNoThe URL of the Qdrant serverhttp://localhost:6333
QDRANT_API_KEYNoYour API key for Qdrant
COLLECTION_NAMENoThe name of the collection in Qdrantmemories
EMBEDDING_MODELNoThe embedding model to usesentence-transformers/all-MiniLM-L6-v2
EMBEDDING_PROVIDERNoThe embedding provider to usefastembed

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools