Better Qdrant MCP Server
by wrediam
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QDRANT_URL | No | The URL of the Qdrant server | http://localhost:6333 |
| OLLAMA_MODEL | No | The Ollama model to use for embeddings | nomic-embed-text |
| OPENAI_API_KEY | No | Your OpenAI API key for using OpenAI embedding models | |
| QDRANT_API_KEY | No | Your Qdrant API key if authentication is needed | |
| OLLAMA_ENDPOINT | No | The Ollama API endpoint for local embedding models | http://localhost:11434 |
| OPENAI_ENDPOINT | No | The OpenAI API endpoint | https://api.openai.com/v1 |
| OPENROUTER_API_KEY | No | Your OpenRouter API key for using OpenRouter embedding models | |
| OPENROUTER_ENDPOINT | No | The OpenRouter API endpoint | https://api.openrouter.com/v1 |
| DEFAULT_EMBEDDING_SERVICE | No | The default embedding service to use (openai, openrouter, ollama, or fastembed) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_collectionsB | List all available Qdrant collections |
| add_documentsC | Add documents to a Qdrant collection with specified embedding service |
| searchC | Search for similar documents in a collection |
| delete_collectionC | Delete a Qdrant collection |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wrediam/better-qdrant-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server