Agent-Cortex
by Zhong-y-j
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TOKEN | No | Bearer token for calling downstream API | |
| MCP_BASE_URL | No | Downstream API root URL (required if spec cannot infer) | |
| OPENAI_MODEL | No | Model name | |
| CORTEX_KB_DIR | No | Knowledge base vector index persistence directory | data/knowledge_db |
| OPENAI_API_KEY | Yes | LLM API Key (required) | |
| CORTEX_API_HOST | No | HTTP service listen host | 0.0.0.0 |
| CORTEX_API_PORT | No | HTTP service listen port | 8000 |
| CORTEX_RAG_DOCS | No | Comma-separated paths to RAG source documents | |
| MCP_SWAGGER_URL | No | OpenAPI / Swagger document URL or local path (default: Petstore example if not set) | |
| OPENAI_BASE_URL | No | Compatible gateway URL | |
| CORTEX_AGENT_LOG | No | Enable debug logs for agent/MCP | |
| CORTEX_MEMORY_DB | No | SQLite session database path | data/memory.db |
| CORTEX_ENABLE_RAG | No | 0 to disable RAG, 1 to enable with existing index only | |
| HUB_MAX_REVISION_ROUNDS | No | Number of revision rounds for Reflection | 1 |
| CORTEX_DEFAULT_SESSION_ID | No | Default session namespace when none provided | mem:tester_id:default |
| CORTEX_SESSION_ID_TEMPLATE | No | Template for short session keys | mem:{session_id}:default |
| CORTEX_ENABLE_LONG_TERM_MEMORY | No | Enable long-term memory (Neo4j/Qdrant) (default false) | false |
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
ActivityMaintained
ResponsivenessNo issues