better-qdrant-mcp
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| store-knowledgeA | Store useful information or knowledge into the long-term knowledge base (Qdrant). This allows the agent to persist data that can be retrieved later or by other agents. Automatically embeds the text and returns the stored ID. |
| store-knowledge-bulkA | Store multiple pieces of information or knowledge into the long-term knowledge base (Qdrant) at once. This is more efficient than calling store-knowledge multiple times. Each item is automatically embedded and stored with a unique ID. |
| search-knowledgeA | Search for relevant information in the long-term knowledge base using semantic search. Use this to retrieve context, facts, or past interactions stored in Qdrant. |
| inspect-knowledge-baseA | Inspect the knowledge base configuration and view sample data. Useful for debugging collection settings or verifying stored content. |
| get-knowledge-by-idA | Retrieve specific knowledge items by their point IDs with full payload details. Use this to inspect complete information about stored items. Use the 'id' field returned from search-knowledge results. |
| delete-knowledgeA | Delete specific information from the knowledge base using point IDs. Use the 'id' field returned from search-knowledge results. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/jtsang4/better-qdrant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server