Skip to main content
Glama

OPS MCP Server

by Heht571

list_docker_containers

Retrieve and list Docker containers with detailed information on a remote server using hostname, username, and optional parameters like show_all and timeout. Part of the OPS MCP Server.

Instructions

列出Docker容器及其信息

Input Schema

NameRequiredDescriptionDefault
hostnameYes
passwordNo
portNo
show_allNo
timeoutNo
usernameYes

Input Schema (JSON Schema)

{ "properties": { "hostname": { "title": "Hostname", "type": "string" }, "password": { "default": "", "title": "Password", "type": "string" }, "port": { "default": 22, "title": "Port", "type": "integer" }, "show_all": { "default": false, "title": "Show All", "type": "boolean" }, "timeout": { "default": 30, "title": "Timeout", "type": "integer" }, "username": { "title": "Username", "type": "string" } }, "required": [ "hostname", "username" ], "title": "list_docker_containersArguments", "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/Heht571/ops-mcp-server'

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