hexis
by ninabot-ch
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEXIS_DB | Yes | Path to the SQLite database file used by hexis for storing the index and metadata. | |
| HEXIS_ALERT_CMD | No | Shell command used by the selfcheck --alert feature to pipe health reports. Optional. | |
| HEXIS_EMBED_URL | No | Base 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_DIR | Yes | Path to the folder containing notes (markdown files). Required for the server to index and search notes. | |
| HEXIS_EMBED_MODEL | No | Model name for the embedding backend. Changing this requires re‑indexing with --rebuild. | |
| HEXIS_EMBED_API_KEY | No | API key for the OpenAI-compatible embedding endpoint. Required when HEXIS_EMBED_BACKEND is 'openai'. | |
| HEXIS_EMBED_BACKEND | No | Embedding 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
| 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