Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VEC0_SONoDeprecated alias for VEC0_LIB (backwards compatibility)
VEC0_LIBNoPath to the sqlite-vec native extension library (vec0.so or vec0.dll) (default: <VECTOR_DIR>/vec0.{so,dll})<VECTOR_DIR>/vec0.{so,dll}
VECTOR_DBNoPath to the sqlite-vec database (default: <VECTOR_DIR>/vec.db)<VECTOR_DIR>/vec.db
VECTOR_DIRNoDirectory for vector layer (model, database, native libraries) (default: ~/.agents/vector)~/.agents/vector
VECTOR_TOKNoPath to the BERT WordPiece tokenizer vocabulary (default: <VECTOR_DIR>/model-multilingual/tokenizer.json)<VECTOR_DIR>/model-multilingual/tokenizer.json
VECTOR_MODELNoPath to the quantized ONNX model (default: <VECTOR_DIR>/model-multilingual/model_quantized.onnx)<VECTOR_DIR>/model-multilingual/model_quantized.onnx
VECTOR_WORK_ROOTNoRoot directory for inferring project names from cwd (default: ~/work)~/work
SHARED_MEMORY_DIRNoDirectory for KV and notes storage (default: ~/.agents/shared-memory/)~/.agents/shared-memory/
SHARED_NOTES_FILENoPath to the notes timeline file (default: <SHARED_MEMORY_DIR>/notes.log)<SHARED_MEMORY_DIR>/notes.log
SHARED_MEMORY_FILENoPath 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources