qdrant-loader-mcp-server
by martin-papy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONFIG | No | Path to configuration YAML file (alternative to direct env vars) | |
| ENV_FILE | No | Path to .env file (used with CONFIG) | |
| QDRANT_URL | No | Qdrant server URL | http://localhost:6333 |
| LLM_BASE_URL | No | Base URL for LLM provider | |
| LLM_PROVIDER | No | LLM provider (openai, azure, ollama) | openai |
| LLM_CHAT_MODEL | No | gpt-4o-mini | |
| OPENAI_API_KEY | No | OpenAI API key | |
| QDRANT_API_KEY | No | Qdrant API key if authentication is enabled | |
| LLM_EMBEDDING_MODEL | No | text-embedding-3-small | |
| QDRANT_COLLECTION_NAME | No | Qdrant collection name |
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/martin-papy/qdrant-loader'
If you have feedback or need assistance with the MCP directory API, please join our Discord server