Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GIT_REFNoThe branch, tag, or commit hash to use from the Git repository.main
GIT_URLNoURL of the Git repository to clone for documentation content.
DATA_DIRNoPath to the directory containing the content to be searched at runtime. Overrides content sourced from includeDir or gitUrl defined in the config file or built into the package.
TOOL_NAMENoThe name of the MCP tool exposed by the server.search_docs
TOOL_DESCRIPTIONNoThe description of the MCP tool shown to AI assistants.Search documentation using the probe search engine.
AUTO_UPDATE_INTERVALNoInterval in minutes to automatically check for Git updates (0 means disabled). Setting this to a value > 0 enables Git cloning and periodic git pull operations.0

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_docs

Search documentation using the probe search engine.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/probelabs/docs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server