Skip to main content
Glama

Qdrant MCP Server

by mhalder
.env.example612 B
# OpenAI API Key for generating embeddings OPENAI_API_KEY=sk-your-api-key-here # Qdrant Configuration QDRANT_URL=http://localhost:6333 # Optional: OpenAI Embedding Model (default: text-embedding-3-small) # OPENAI_EMBEDDING_MODEL=text-embedding-3-small # OPENAI_EMBEDDING_DIMENSIONS=1536 # Optional: OpenAI Rate Limiting Configuration # OPENAI_MAX_REQUESTS_PER_MINUTE=3500 # tier-based default (3500 for paid tiers) # OPENAI_RETRY_ATTEMPTS=3 # number of retry attempts for rate limit errors # OPENAI_RETRY_DELAY=1000 # initial retry delay in milliseconds (uses exponential backoff)

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/mhalder/qdrant-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server