Skip to main content
Glama

OPS MCP Server

by Heht571

remote_server_inspection

Perform remote server inspection to monitor CPU, memory, and disk usage. Configure hostname, username, and modules for detailed server health checks using OPS MCP Server utilities.

Instructions

执行远程服务器巡检

Input Schema

NameRequiredDescriptionDefault
hostnameYes
inspection_modulesNo
passwordNo
portNo
timeoutNo
use_connection_cacheNo
usernameYes

Input Schema (JSON Schema)

{ "properties": { "hostname": { "title": "Hostname", "type": "string" }, "inspection_modules": { "default": [ "cpu", "memory", "disk" ], "items": { "type": "string" }, "title": "Inspection Modules", "type": "array" }, "password": { "default": "", "title": "Password", "type": "string" }, "port": { "default": 22, "title": "Port", "type": "integer" }, "timeout": { "default": 30, "title": "Timeout", "type": "integer" }, "use_connection_cache": { "default": true, "title": "Use Connection Cache", "type": "boolean" }, "username": { "title": "Username", "type": "string" } }, "required": [ "hostname", "username" ], "title": "remote_server_inspectionArguments", "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