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) |
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 | |
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