Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOCAL_LLM_LOGNoUsage log path, or off$XDG_DATA_HOME/mcp-local-file-llm/usage.jsonl
LOCAL_LLM_URLNoOllama root (native /api/chat, so num_ctx is settable per request)http://localhost:11434
LOCAL_LLM_MODELNoModel tagqwen3-coder:30b
LOCAL_LLM_NUM_CTXNoContext window requested per call65536
LOCAL_LLM_MAX_BYTESNoRefuse inputs larger than this4000000
LOCAL_LLM_TIMEOUT_MSNoPer-request timeout300000
LOCAL_LLM_CHUNK_CHARSNoChunk size before map-reduce kicks in140000
LOCAL_LLM_CONCURRENCYNoChunks in flight during the map phase (see below)2
LOCAL_LLM_LOG_PROMPTSNoSet to off to log sizes and timings but no prompt texton
LOCAL_LLM_ALLOW_SECRETSNoSet to 1 to disable the credential-path guardunset
LOCAL_LLM_FIND_BATCH_CHARSNoBytes of files per local_find request50000

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