cont3xt
by elevend0g
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONTEXT_CHUNK_SIZE | No | Token size for memory chunks. | 3200 |
| CONTEXT_MAX_TOKENS | No | Maximum number of tokens for context packing. | 12000 |
| DATABASE_NEO4J_URL | No | Neo4j server URL (optional). | |
| CONTEXT_TOKEN_MODEL | No | Tokenization model name. | cl100k_base |
| DATABASE_NEO4J_USER | No | Neo4j username (optional). | |
| DATABASE_QDRANT_URL | No | Qdrant server URL (optional, not used in MVP). | |
| DATABASE_SQLITE_PATH | No | Path to the SQLite database file. | ./data/memory.db |
| DATABASE_NEO4J_PASSWORD | No | Neo4j password (optional). | |
| CONTEXT_RELIEF_PERCENTAGE | No | Percentage of tokens to evict during relief. | 0.4 |
| CONTEXT_PRESSURE_THRESHOLD | No | Threshold for pressure relief (fraction of max tokens). | 0.8 |
| DATABASE_QDRANT_COLLECTION | No | Qdrant collection name (optional). |
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
ResponsivenessNo issues