Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoBind host for HTTP transports0.0.0.0
PORTNoBind port for HTTP transports8000
DEBUGNoVerbose loggingFalse
TRANSPORTNoTransport protocol (stdio, streamable-http, sse)stdio
TUNNEL_PASSWORDNoSSH password (when not using a key)
TUNNEL_USERNAMENoSSH username
PYTHONUNBUFFEREDNoUnbuffered stdout1
TUNNEL_INVENTORYNoPath to the shared inventory~/.config/agent-utilities/inventory.yml
TUNNEL_CERTIFICATENoPath to an SSH certificate
TUNNEL_REMOTE_HOSTNoDefault remote host
TUNNEL_REMOTE_PORTNoDefault remote SSH port22
TUNNEL_IDENTITY_FILEYesPath to the SSH private key (default ~/.ssh/id_ed25519)

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
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
tm_hostsC

Manage the local host alias inventory.

tm_remoteC

Single-host SSH operations with shared connection params.

tm_inventoryC

Bulk inventory operations against YAML host groups.

tm_operationsC

Operation lifecycle and session management.

tm_systemA

Remote system intelligence via SSH.

tm_filesC

Advanced file operations on remote hosts.

tm_securityC

Security scanning and compliance.

tunnel_ingest_hostsC

List the managed SSH inventory and push it into the epistemic-graph KG.

Maps each alias → a typed :Host node (+ :HostGroup / :SshKey and their :inGroup / :usesKey links). Best-effort: no-ops cleanly when no KG engine is reachable.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 8 tools

Disambiguation3/5

Most tools have distinct purposes (e.g., files, security, system intelligence), but tm_hosts and tm_inventory overlap in managing host inventory, and tm_remote may conflict with tm_files and tm_system. The outlier tunnel_ingest_hosts is distinct but not clearly related.

Naming Consistency3/5

Seven tools use the 'tm_' prefix, but one uses 'tunnel_', breaking consistency. The naming pattern is noun-based without clear verb-noun structure, which is acceptable but not ideal.

Tool Count5/5

Eight tools is a well-scoped set for remote host management, covering operations, inventory, security, and system intelligence without being overwhelming.

Completeness4/5

Covers file operations, SSH sessions, inventory, security, and system intelligence. Minor gaps like individual host CRUD (e.g., create/delete alias) might exist, but bulk operations and KG ingestion fill some needs.

Maintenance

ActivityMaintained
ResponsivenessNo issues