Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoListen host.0.0.0.0
MCP_PORTNoListen port (published by Docker).8000
LOG_LEVELNodebug / info / warn / error.info
MCP_TOKENNoBearer token for /mcp, /sse, /message. Not required if MCP_ALLOW_NOAUTH=true (dev only).
RAG_DB_PATHNoPath of the SQLite file (must be on a volume)./data/rag.db
WIKIJS_TOKENNoWiki.js admin token. Optional: empty means the client omits the Authorization header.
EMBEDDINGS_DIMNoEmbedding dimensionality. Changing it = reindex everything.1024
WIKIJS_BASE_URLNoBase URL of Wiki.js (actual endpoint <base>/graphql).http://wikijs:3000
EMBEDDINGS_MODELNoModel name (metadata).Qwen3-Embedding-0.6B
MCP_ALLOW_NOAUTHNotrue + empty token → starts without auth with a warning.false
RAG_DEFAULT_TOP_KNoDefault top-K of the RAG search.5
EMBEDDINGS_API_KEYNoAPI key (llama.cpp ignores it).no-key
CHUNK_TARGET_TOKENSNoTarget chunk size.800
EMBEDDINGS_BASE_URLNoBase URL of the external embeddings server (<base>/embeddings). Optional: when unset the RAG tools return a clear 'not configured' error and the rest of the server keeps working.
NIGHTLY_RESYNC_HOURNoLocal hour of the nightly reindex.3
WIKIJS_INSECURE_TLSNoAccepts the proxy's self-signed TLS certificate.true
CHUNK_OVERLAP_TOKENSNoOverlap between chunks.150
SYNC_POLL_INTERVAL_MSNoPoller interval (ms). 0 = disabled.300000
NIGHTLY_RESYNC_ENABLEDNoEnables/disables the nightly resync.true

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