Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEADZONE_DB_CACHENoOverride the `deadzone.db` cache dir.
DEADZONE_ORT_CACHENoOverride the ORT library cache dir.
DEADZONE_DB_OFFLINENoRefuse any network call. Fails loudly if nothing is cached. Set by default in the container image (which ships `deadzone.db` baked).
DEADZONE_HUGOT_CACHENoOverride the model-weights cache dir.
DEADZONE_ORT_LIB_PATHNoHand-positioned `libonnxruntime` path. Skips the download.
DEADZONE_DB_AUTOUPDATENoDisable the boot-time DB freshness probe (the probe runs by default; `fetch-db` always probes regardless of this flag).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_docsA

Search documentation snippets for a library. Filter by library via lib_id (base form like /hashicorp/terraform). Pass version alongside lib_id to pin to a specific version (e.g. v1.14); omit version to search across all indexed versions of the lib. version without lib_id is rejected.

search_librariesA

Resolve a free-text library name into a ranked list of (lib_id, version) candidates that can be passed to search_docs. Returns one entry per indexed (lib_id, version) pair — group by lib_id on the client to see the versions of the same library. Pass an empty name to list the most-indexed libraries by doc_count.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/laradji/deadzone'

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