Qdrant MCP Server
by stigenai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | No | Optional API key for authentication | |
| API_HOST | No | API server host | 0.0.0.0 |
| API_PORT | No | API server port | 8000 |
| MCP_PORT | No | MCP HTTP server port | 8001 |
| ENABLE_TLS | No | Enable HTTPS | false |
| MAX_TOKENS | No | Max tokens before vectorization | 512 |
| QDRANT_HOST | No | Qdrant server host | localhost |
| QDRANT_PORT | No | Qdrant server port | 6333 |
| VECTOR_SIZE | No | Vector dimensions | 384 |
| QDRANT_MCP_API | No | API endpoint for hooks | http://localhost:8000 |
| COLLECTION_NAME | No | Default collection | claude_vectors |
| EMBEDDING_MODEL | No | Embedding model name | all-MiniLM-L6-v2 |
| QDRANT_DATA_PATH | No | Data storage path | /qdrant/storage |
| QDRANT_SNAPSHOTS_PATH | No | Snapshots path | /qdrant/snapshots |
| QDRANT_TELEMETRY_DISABLED | No | Disable telemetry | true |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/stigenai/qdrant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server