Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QDRANT_HOSTNoQdrant server hostlocalhost
QDRANT_PORTNoQdrant server port6333
QDRANT_API_KEYNoOptional: Qdrant authentication key (also passed to Docker)
OPENEXP_CRM_DIRNoCRM directory for CRMCSVResolver
OPENEXP_DATA_DIRNoDirectory for Q-cache, predictions, and retrieval logs~/.openexp/data
ANTHROPIC_API_KEYNoOptional: enables LLM-based enrichment (type classification, tags, validity windows)
OPENEXP_COLLECTIONNoQdrant collection nameopenexp_memories
OPENEXP_EXPERIENCENoDomain-specific reward profile to use (e.g., default, sales, dealflow)
OPENEXP_SESSIONS_DIRNoDirectory for session summary files~/.openexp/sessions
OPENEXP_EMBEDDING_DIMNoDimensions of the embedding model384
OPENEXP_EMBEDDING_MODELNoEmbedding model used (local via FastEmbed)BAAI/bge-small-en-v1.5
OPENEXP_ENRICHMENT_MODELNoModel used for auto-enrichment if ANTHROPIC_API_KEY is providedclaude-haiku-4-5-20251001
OPENEXP_OBSERVATIONS_DIRNoDirectory where hooks write observations~/.openexp/observations
OPENEXP_INGEST_BATCH_SIZENoBatch size for ingestion into Qdrant50
OPENEXP_OUTCOME_RESOLVERSNoOutcome resolvers (format: module:Class)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/anthroos/openexp'

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