Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoBinding host0.0.0.0
MCP_PORTNoServer port3001
MCP_TRANSPORTNoTransport mode (http, streamable-http, or stdio)stdio
MCP_SERVER_NAMENoDisplay namePodman MCP Server
MCP_ENABLE_BROADCASTNoEnable/disable broadcastingtrue
MCP_BROADCAST_INTERVALNoSeconds between announcements30

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_containersB

List containers (running by default, all if requested).

container_infoB

Inspect a container by name or ID.

start_containerB

Start a stopped container.

stop_containerB

Stop a running container.

restart_containerB

Restart a container.

container_logsB

Get logs from a container.

run_containerC

Run a new container.

remove_containerC

Remove a container.

exec_containerB

Execute a command inside a container.

list_imagesB

List container images.

pull_imageB

Pull a container image from a registry.

container_statsB

Get resource usage statistics for containers.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 12 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific container operations with no overlap. For example, list_containers, run_container, stop_container, and remove_container each handle different lifecycle stages without ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case throughout, such as list_containers, run_container, and stop_container. This predictability makes the tool set easy to navigate and understand.

Tool Count5/5

With 12 tools, the server is well-scoped for container management, covering essential operations like listing, running, stopping, and inspecting containers. Each tool serves a clear purpose without bloat.

Completeness5/5

The tool set provides complete CRUD and lifecycle coverage for container management, including create (run_container), read (list_containers, container_info), update (restart_container, start/stop), and delete (remove_container), with no obvious gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues