Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BRIEFD_LISTENNoAddress for the HTTP/MCP server to listen on.:7788
BRIEFD_SOURCEYesGit URL or directory to use as the knowledge source.
BRIEFD_API_TOKENNoBearer token for API and MCP authentication. Empty means unauthenticated (only on trusted networks).
BRIEFD_GIT_TOKENNoToken for private HTTPS git remotes.
BRIEFD_FORGE_TYPENoForge type (e.g., github) used to open PRs for proposals.
BRIEFD_FORGE_TOKENNoToken for the forge API.
BRIEFD_SYNC_INTERVALNoHow often to sync the git repository. 0 disables polling.60s
BRIEFD_EMBEDDINGS_MODELNoEmbedding model name; use all-MiniLM-L6-v2 for English-only faster indexing.multilingual-e5-small
BRIEFD_DEFAULT_MAX_TOKENSNoDefault max_tokens for search and bundle results.2000
BRIEFD_EMBEDDINGS_PROVIDERNoEmbeddings provider: local, ollama, openai, or none for BM25-only.local
BRIEFD_SYNC_WEBHOOK_SECRETNoSecret to enable POST /webhook/git for immediate syncs.

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