shared-memory
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VEC0_SO | No | Deprecated alias for VEC0_LIB (backwards compatibility) | |
| VEC0_LIB | No | Path to the sqlite-vec native extension library (vec0.so or vec0.dll) (default: <VECTOR_DIR>/vec0.{so,dll}) | <VECTOR_DIR>/vec0.{so,dll} |
| VECTOR_DB | No | Path to the sqlite-vec database (default: <VECTOR_DIR>/vec.db) | <VECTOR_DIR>/vec.db |
| VECTOR_DIR | No | Directory for vector layer (model, database, native libraries) (default: ~/.agents/vector) | ~/.agents/vector |
| VECTOR_TOK | No | Path to the BERT WordPiece tokenizer vocabulary (default: <VECTOR_DIR>/model-multilingual/tokenizer.json) | <VECTOR_DIR>/model-multilingual/tokenizer.json |
| VECTOR_MODEL | No | Path to the quantized ONNX model (default: <VECTOR_DIR>/model-multilingual/model_quantized.onnx) | <VECTOR_DIR>/model-multilingual/model_quantized.onnx |
| VECTOR_WORK_ROOT | No | Root directory for inferring project names from cwd (default: ~/work) | ~/work |
| SHARED_MEMORY_DIR | No | Directory for KV and notes storage (default: ~/.agents/shared-memory/) | ~/.agents/shared-memory/ |
| SHARED_NOTES_FILE | No | Path to the notes timeline file (default: <SHARED_MEMORY_DIR>/notes.log) | <SHARED_MEMORY_DIR>/notes.log |
| SHARED_MEMORY_FILE | No | Path to the KV storage file (default: <SHARED_MEMORY_DIR>/kv.json) | <SHARED_MEMORY_DIR>/kv.json |
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