Skip to main content
Glama

OPS MCP Server

by Heht571

monitor_container_stats

Monitor and analyze container resource usage on remote servers using specified credentials, ports, and timeouts. Ideal for tracking performance and troubleshooting in server environments.

Instructions

监控容器的资源使用情况

Input Schema

NameRequiredDescriptionDefault
containersNo
hostnameYes
passwordNo
portNo
timeoutNo
usernameYes

Input Schema (JSON Schema)

{ "properties": { "containers": { "default": [], "items": { "type": "string" }, "title": "Containers", "type": "array" }, "hostname": { "title": "Hostname", "type": "string" }, "password": { "default": "", "title": "Password", "type": "string" }, "port": { "default": 22, "title": "Port", "type": "integer" }, "timeout": { "default": 30, "title": "Timeout", "type": "integer" }, "username": { "title": "Username", "type": "string" } }, "required": [ "hostname", "username" ], "title": "monitor_container_statsArguments", "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