Cortex Memory MCP Server
by rlaksana
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Application environment | development |
| LOG_LEVEL | No | Logging level | info |
| QDRANT_URL | No | Qdrant server URL | http://localhost:6333 |
| SEARCH_MODE | No | Search mode | auto |
| VECTOR_SIZE | No | Embedding dimension (OpenAI ada-002) | 1536 |
| ENABLE_CACHE | No | Enable result caching | true |
| SEARCH_LIMIT | No | Maximum results per search | 50 |
| OPENAI_API_KEY | Yes | Your OpenAI API key (mandatory) | |
| QDRANT_API_KEY | No | Optional API key for Qdrant authentication | |
| EMBEDDING_MODEL | No | OpenAI embedding model | text-embedding-ada-002 |
| VECTOR_DISTANCE | No | Distance metric for similarity | Cosine |
| QDRANT_COLLECTION_NAME | No | Qdrant collection name | cortex-memory |
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