#!/bin/sh
# Activate the virtual environment
source /opt/venv/bin/activate
# Set any additional environment variables if needed
export EMBEDDING_PROVIDER=fastembed
export EMBEDDING_MODEL=BAAI/bge-small-en-v1.5
export COLLECTION_NAME=memories
export LOG_LEVEL=INFO
# Start the MCP server
cd /tmp/mcp-server-qdrant
python -m mcp_server_qdrant.main
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/Jimmy974/mcp-server-qdrant'
If you have feedback or need assistance with the MCP directory API, please join our Discord server