qdrant-codebase-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP health/metrics port | 3000 |
| REPO_ID | No | Logical repo name shown in MCP tools | |
| MIN_SCORE | No | Minimum similarity score for search results (0-1) | 0.78 |
| ROOT_PATH | No | Repository root to index (index-and-watch only) | process.cwd() |
| QDRANT_URL | No | Qdrant server URL | http://localhost:6333 |
| CONFIG_PATH | No | Path to a config.yml for multi-repo setups | |
| SERVER_MODE | No | Server mode: index-and-watch or search-only | index-and-watch |
| QDRANT_API_KEY | No | Qdrant API key (required for Qdrant Cloud) | |
| CHUNK_MAX_LINES | No | Max lines per code chunk | 150 |
| COLLECTION_NAME | No | Qdrant collection name; required in search-only | |
| EMBEDDING_MODEL | No | Embedding model name | fast-bge-small-en-v1.5 |
| EMBEDDING_API_KEY | No | OpenAI-compatible embeddings API key | |
| EMBEDDING_BASE_URL | No | OpenAI-compatible embeddings base URL | |
| EMBEDDING_PROVIDER | No | Embedding provider: fastembed or openai-compatible | fastembed |
| CHUNK_OVERLAP_LINES | No | Overlap between adjacent chunks | 20 |
| MAX_FILE_SIZE_BYTES | No | Files larger than this are skipped | 1000000 |
| WATCHER_DEBOUNCE_MS | No | Quiet period after a save before re-indexing | 2000 |
| EMBEDDING_BATCH_SIZE | No | Chunks per embedding batch | 64 |
| EMBEDDING_DIMENSIONS | No | Optional explicit embedding vector size | |
| EMBEDDING_HEADERS_JSON | No | Optional JSON object of extra embedding headers |
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
ResponsivenessUnresponsive