OpenExp
by anthroos
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QDRANT_HOST | No | Qdrant server host | localhost |
| QDRANT_PORT | No | Qdrant server port | 6333 |
| QDRANT_API_KEY | No | Optional: Qdrant authentication key (also passed to Docker) | |
| OPENEXP_CRM_DIR | No | CRM directory for CRMCSVResolver | |
| OPENEXP_DATA_DIR | No | Directory for Q-cache, predictions, and retrieval logs | ~/.openexp/data |
| ANTHROPIC_API_KEY | No | Optional: enables LLM-based enrichment (type classification, tags, validity windows) | |
| OPENEXP_COLLECTION | No | Qdrant collection name | openexp_memories |
| OPENEXP_EXPERIENCE | No | Domain-specific reward profile to use (e.g., default, sales, dealflow) | |
| OPENEXP_SESSIONS_DIR | No | Directory for session summary files | ~/.openexp/sessions |
| OPENEXP_EMBEDDING_DIM | No | Dimensions of the embedding model | 384 |
| OPENEXP_EMBEDDING_MODEL | No | Embedding model used (local via FastEmbed) | BAAI/bge-small-en-v1.5 |
| OPENEXP_ENRICHMENT_MODEL | No | Model used for auto-enrichment if ANTHROPIC_API_KEY is provided | claude-haiku-4-5-20251001 |
| OPENEXP_OBSERVATIONS_DIR | No | Directory where hooks write observations | ~/.openexp/observations |
| OPENEXP_INGEST_BATCH_SIZE | No | Batch size for ingestion into Qdrant | 50 |
| OPENEXP_OUTCOME_RESOLVERS | No | Outcome resolvers (format: module:Class) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessUnresponsive