better-qdrant-mcp
by jtsang4
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host for HTTP-based transports | 0.0.0.0 |
| MCP_PATH | No | Path for HTTP transports | /mcp |
| MCP_PORT | No | Port for HTTP-based transports | 8000 |
| QDRANT_URL | No | Qdrant server URL | http://localhost:6333 |
| MCP_TRANSPORT | No | MCP transport: stdio, sse, or streamable-http | stdio |
| OPENAI_API_KEY | No | OpenAI API key | |
| QDRANT_API_KEY | No | Optional Qdrant API key | |
| COLLECTION_NAME | No | Optional default collection name | |
| OPENAI_BASE_URL | No | Optional custom OpenAI base URL | |
| OPENAPI_API_KEY | No | Alternative environment variable for OpenAI API key (typo variant) | |
| OPENAI_EMBEDDING_MODEL | No | OpenAI embedding model | text-embedding-3-small |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/jtsang4/better-qdrant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server