Skip to main content
Glama

Qdrant MCP Server

by mcandiav

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QDRANT_URLNoURL of the Qdrant server
FASTMCP_HOSTNoHost address to bind the server to127.0.0.1
FASTMCP_PORTNoPort to run the server on8000
FASTMCP_DEBUGNoEnable debug modefalse
QDRANT_API_KEYNoAPI key for the Qdrant server
COLLECTION_NAMENoName of the default collection to use
EMBEDDING_MODELNoName of the embedding model to usesentence-transformers/all-MiniLM-L6-v2
FASTMCP_LOG_LEVELNoSet logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)INFO
QDRANT_LOCAL_PATHNoPath to the local Qdrant database (alternative to QDRANT_URL)
EMBEDDING_PROVIDERNoEmbedding provider to use (currently only "fastembed" is supported)fastembed
FASTMCP_DEPENDENCIESNoList of dependencies to install in the server environment[]
TOOL_FIND_DESCRIPTIONNoCustom description for the find tool
TOOL_STORE_DESCRIPTIONNoCustom description for the store tool
FASTMCP_WARN_ON_DUPLICATE_TOOLSNoShow warnings for duplicate toolstrue
FASTMCP_WARN_ON_DUPLICATE_PROMPTSNoShow warnings for duplicate promptstrue
FASTMCP_WARN_ON_DUPLICATE_RESOURCESNoShow warnings for duplicate resourcestrue

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/mcandiav/mcp-oracle-sb'

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