Skip to main content
Glama
MSIH
by MSIH

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_PATHNoPath to the SQLite database file. Defaults to life-context.db.
UI_URL_TOKENNoToken to enable the web UI at capability URLs (e.g., http://localhost:3000/<token>/ui/contacts.html). If unset, the UI is disabled.
ACCESS_LOG_DIRNoDirectory for access log files. Defaults to logs/access.
CONTACTS_RAW_DIRNoDirectory for storing raw contact photos. Defaults to raw/contacts.
VECTOR_DIMENSIONNoDimension of the embedding vectors; must match the embedding model.
ACCESS_LOG_ENABLEDNoWhether to enable access logging. Toggle in .env.
DB_BUSY_TIMEOUT_MSNoTimeout in milliseconds for waiting on database locks. Defaults to 5000.
LIFECONTEXT_API_KEYYesAPI key required for all requests, sent as x-api-key header (or Authorization Bearer, or ?api_key= query param). Generated by npm run setup.
ACCESS_LOG_RETENTION_DAYSNoNumber of days to retain access logs. Defaults to 90.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MSIH/life-context'

If you have feedback or need assistance with the MCP directory API, please join our Discord server