Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MINDSDB_ENABLED | No | false | |
| MONGO_RAW_ENABLED | No | false | |
| CONTEXTLATTICE_ENV | No | development | |
| ORCH_START_INTERNAL | No | true | |
| ORCH_SECURITY_STRICT | No | false | |
| SECRETS_STORAGE_MODE | No | redact | |
| FANOUT_OUTBOX_BACKEND | No | sqlite | |
| ORCH_PGVECTOR_ENABLED | No | false | |
| SIGNAL_REFRESH_ENABLED | No | false | |
| SINK_RETENTION_ENABLED | No | false | |
| OVERRIDE_REFRESH_ENABLED | No | false | |
| ORCH_STARTUP_TIMEOUT_SECS | No | 45 | |
| ORCH_RETRIEVAL_FAST_SOURCES | No | topic_rollups | |
| TOPIC_ROLLUP_SQLITE_ENABLED | No | true | |
| ORCH_RETRIEVAL_DEFAULT_SOURCES | No | topic_rollups | |
| ORCH_PRODUCTION_REQUIRE_API_KEY | No | false | |
| TOPIC_ROLLUP_SQLITE_FTS_ENABLED | No | true | |
| TOPIC_ROLLUP_SQLITE_VEC_ENABLED | No | true | |
| CONTEXTLATTICE_ORCHESTRATOR_API_KEY | No |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| health | Get orchestrator health status. |
| memory.search | Search contextual memory entries. |
| memory.write | Write a memory item. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |