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). |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/elevend0g/cont3xt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server