Qdrant MCP Server
by steiner385
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BATCH_SIZE | No | Number of files to process in parallel | 10 |
| QDRANT_URL | Yes | URL to your Qdrant instance | http://localhost:6333 |
| MAX_FILE_SIZE | No | Maximum file size to index in bytes | 1048576 |
| OPENAI_API_KEY | Yes | Your OpenAI API key | |
| QDRANT_API_KEY | No | Your Qdrant API key (Optional, for Qdrant Cloud) | |
| EMBEDDING_MODEL | No | OpenAI embedding model to use | text-embedding-3-small |
| EXCLUDE_PATTERNS | No | Patterns of files to exclude from indexing | **/node_modules/**,**/.git/**,**/dist/** |
| INCLUDE_PATTERNS | No | Patterns of files to include in indexing | **/*.{js,ts,jsx,tsx,py,java,go,rs,cpp,c,h} |
| QDRANT_COLLECTION_NAME | No | Name of the Qdrant collection | codebase |
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
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 | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues