Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP listen port. HTTP mode only8000
DB_PATHNoSQLite database path./rag.db (stdio) / /data/index/rag.db (http)
KB_ROOTNoRoot directory for knowledge base folders./kbs (stdio) / /data/kbs (http)
MCP_API_KEYNoBearer token for REST endpoints. Required in HTTP mode, ignored in stdio mode.
RAG_TRANSPORTNostdio or http. --http flag winsstdio
SCAN_INTERVALNoScan interval in seconds (0 = disabled). HTTP mode only300
EMBEDDINGS_MODELNoEmbedding model namebge-m3
EMBEDDINGS_API_KEYNoBearer token for the embeddings API
EMBEDDINGS_BASE_URLNoOpenAI-compatible /v1/embeddings endpointhttp://localhost:11434/v1

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