Skip to main content
Glama

Qdrant MCP Server

by steiner385
MIT License

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BATCH_SIZENoNumber of files to process in parallel10
QDRANT_URLYesURL to your Qdrant instancehttp://localhost:6333
MAX_FILE_SIZENoMaximum file size to index in bytes1048576
OPENAI_API_KEYYesYour OpenAI API key
QDRANT_API_KEYNoYour Qdrant API key (Optional, for Qdrant Cloud)
EMBEDDING_MODELNoOpenAI embedding model to usetext-embedding-3-small
EXCLUDE_PATTERNSNoPatterns of files to exclude from indexing**/node_modules/**,**/.git/**,**/dist/**
INCLUDE_PATTERNSNoPatterns of files to include in indexing**/*.{js,ts,jsx,tsx,py,java,go,rs,cpp,c,h}
QDRANT_COLLECTION_NAMENoName of the Qdrant collectioncodebase

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/steiner385/qdrant-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server