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

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_containers

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

container_info

Inspect a container by name or ID.

start_container

Start a stopped container.

stop_container

Stop a running container.

restart_container

Restart a container.

container_logs

Get logs from a container.

run_container

Run a new container.

remove_container

Remove a container.

exec_container

Execute a command inside a container.

list_images

List container images.

pull_image

Pull a container image from a registry.

container_stats

Get resource usage statistics for containers.

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/kunwarmahen/podman-mcp-server'

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