Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoBind address0.0.0.0
PORTNoHTTP port8000
LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR)INFO
WIKI_PATHNoLocal filesystem path to cache/clone wikiCurrent directory
AUTH_TOKENNoBearer token required for /mcp endpoints
REMOTE_MODENoSet to true or 1 for HTTP modefalse
WIKI_GIT_URLNoGit remote URL to clone if path is empty
WIKI_WEBHOOK_SECRETNoSecret for verifying GitHub/GitLab webhooks

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_orientationA

Reads SCHEMA.md, index.md, and the last 30 lines of log.md in a single call for instant agent orientation.

search_wikiB

Searches content and frontmatter across concepts/, entities/, comparisons/, and queries/. Optionally filters results by taxonomy tag.

get_pageA

Returns the content and parsed YAML frontmatter of any page. Accepts direct paths (e.g. 'concepts/transformer.md') or simple slugs ('transformer').

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources