Skip to main content
Glama
wrediam

Better Qdrant MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QDRANT_URLNoThe URL of the Qdrant serverhttp://localhost:6333
OLLAMA_MODELNoThe Ollama model to use for embeddingsnomic-embed-text
OPENAI_API_KEYNoYour OpenAI API key for using OpenAI embedding models
QDRANT_API_KEYNoYour Qdrant API key if authentication is needed
OLLAMA_ENDPOINTNoThe Ollama API endpoint for local embedding modelshttp://localhost:11434
OPENAI_ENDPOINTNoThe OpenAI API endpointhttps://api.openai.com/v1
OPENROUTER_API_KEYNoYour OpenRouter API key for using OpenRouter embedding models
OPENROUTER_ENDPOINTNoThe OpenRouter API endpointhttps://api.openrouter.com/v1
DEFAULT_EMBEDDING_SERVICENoThe default embedding service to use (openai, openrouter, ollama, or fastembed)

Tools

Functions exposed to the LLM to take actions

NameDescription
list_collections

List all available Qdrant collections

add_documents

Add documents to a Qdrant collection with specified embedding service

search

Search for similar documents in a collection

delete_collection

Delete a Qdrant collection

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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