Skip to main content
Glama

exec_container

Execute commands inside containers to run applications, perform maintenance tasks, or troubleshoot running processes within your containerized environment.

Instructions

Execute a command inside a container.

Input Schema

NameRequiredDescriptionDefault
containerYes
commandYesCommand to execute

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Command to execute", "items": { "type": "string" }, "title": "Command", "type": "array" }, "container": { "title": "Container", "type": "string" } }, "required": [ "container", "command" ], "type": "object" }

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