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)

Capabilities

Features and capabilities supported by this server

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

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/Knuckles-Team/tunnel-manager'

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