Skip to main content
Glama
docker.env•862 B
# Expert Registry MCP Docker Environment Configuration # Copy this to .env and customize as needed # MCP Server Configuration EXPERT_SYSTEM_PATH=/app/expert-system EMBEDDING_MODEL=all-MiniLM-L6-v2 # Database Configuration NEO4J_URI=bolt://neo4j:7687 NEO4J_PASSWORD=expertregistry # Performance Settings PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 # Optional: Redis Configuration (when using with-redis profile) REDIS_URL=redis://redis:6379 # Optional: Custom paths for development # EXPERT_CONTEXTS_PATH=/app/expert-system/expert-contexts # EXPERT_REGISTRY_PATH=/app/expert-system/registry/expert-registry.json # VECTOR_DB_PATH=/app/expert-system/vector-db # CHROMA_DB_PATH=/app/chroma_db # Optional: Logging configuration LOG_LEVEL=INFO LOG_FORMAT=json # Optional: Performance tuning EMBEDDING_BATCH_SIZE=32 VECTOR_SEARCH_LIMIT=50 GRAPH_QUERY_TIMEOUT=30

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/agentience/expert-registry-mcp'

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