Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HEXIS_DBYesPath to the SQLite database file used by hexis for storing the index and metadata.
HEXIS_ALERT_CMDNoShell command used by the selfcheck --alert feature to pipe health reports. Optional.
HEXIS_EMBED_URLNoBase URL for the HTTP or OpenAI-compatible embedding endpoint (e.g., https://api.openai.com/v1). Required when HEXIS_EMBED_BACKEND is 'http' or 'openai' and a custom endpoint is used.
HEXIS_NOTES_DIRYesPath to the folder containing notes (markdown files). Required for the server to index and search notes.
HEXIS_EMBED_MODELNoModel name for the embedding backend. Changing this requires re‑indexing with --rebuild.
HEXIS_EMBED_API_KEYNoAPI key for the OpenAI-compatible embedding endpoint. Required when HEXIS_EMBED_BACKEND is 'openai'.
HEXIS_EMBED_BACKENDNoEmbedding backend to use. 'local' uses sentence-transformers in-process, 'http' calls a remote endpoint, 'openai' uses an OpenAI-compatible /embeddings endpoint.local

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