mcp-server-qdrant
by vaporif
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind host for SSE/HTTP | 127.0.0.1 |
| PORT | No | Bind port for SSE/HTTP | 8000 |
| QDRANT_URL | No | Qdrant server URL | |
| MCP_TRANSPORT | No | Transport: stdio, sse, streamable-http | stdio |
| QDRANT_API_KEY | No | Qdrant API key | |
| COLLECTION_NAME | Yes | Default collection name | |
| EMBEDDING_MODEL | No | Model name | sentence-transformers/all-MiniLM-L6-v2 |
| QDRANT_READ_ONLY | No | Read-only mode | false |
| QDRANT_LOCAL_PATH | No | Local storage path (instead of URL) | |
| QDRANT_SEARCH_LIMIT | No | Max search results | 10 |
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/vaporif/mcp-server-qdrant'
If you have feedback or need assistance with the MCP directory API, please join our Discord server