Skip to main content
Glama
server.yaml457 B
# Personal RAG MCP Server Configuration qdrant: url: ${QDRANT_URL:-http://qdrant:6333} collection_name: personal_context prefer_grpc: false ollama: url: ${OLLAMA_URL:-http://ollama:11434} embedding_model: nomic-embed-text timeout: 30 litellm: url: ${LITELLM_URL:-http://litellm:4000} default_model: ollama/llama3 fallback_model: null temperature: 0.7 max_tokens: 1000 storage: sqlite_path: ${SQLITE_PATH:-/app/data/documents.db}

Latest Blog Posts

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/timerickson/personal-rag-mcp'

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