We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ehc-io/qmd'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•471 B
# QMD Environment Configuration
# Copy this file to .env and fill in your values
# Required: OpenRouter API key for embeddings
# Get your key at: https://openrouter.ai/keys
OPENROUTER_API_KEY=sk-or-v1-your-key-here
# Optional: Embedding model (default shown)
QMD_EMBEDDING_MODEL=openai/text-embedding-3-small
# Optional: Knowledge base path on host (default: ./kb)
QMD_KB_PATH=./kb
# Optional: Cache path on host for SQLite DB (default: ./data)
QMD_CACHE_PATH=./data