Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_node_versionB

Check whether the current Node.js version matches the project's .nvmrc or package.json engines requirement.

check_dockerA

Check whether Docker is installed and the daemon is running.

check_git_configA

Check whether git is installed and user.name / user.email are configured.

check_env_filesA

Compare .env/.env.local against .env.example and report missing keys (keys only, values are never read into the response).

check_portsB

Check whether the given TCP ports are free on localhost.

doctorB

Run every environment check (Node version, Docker, git config, env files, ports) and return a full report with fixes.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: env file comparison, port checking, node version, Docker, git config, and a comprehensive doctor. No ambiguity between tools.

Naming Consistency4/5

Five tools follow the 'check_' prefix pattern, but 'doctor' breaks the pattern. This is a minor inconsistency overall.

Tool Count5/5

6 tools is well-scoped for an environment onboarding server, covering essential checks without being excessive or too sparse.

Completeness4/5

Covers key environment checks like Node version, Docker, git config, env files, and ports. Minor gaps like package manager or OS checks, but sufficient for basic onboarding.

Maintenance

ActivitySlowing
ResponsivenessNo issues