Skip to main content
Glama

OPS MCP Server

by Heht571

monitor_processes

Track and analyze resource-intensive processes on remote servers using specified criteria like CPU or memory usage. Ideal for identifying performance bottlenecks and optimizing server operations.

Instructions

监控远程服务器进程,返回占用资源最多的进程

Input Schema

NameRequiredDescriptionDefault
hostnameYes
passwordNo
portNo
sort_byNocpu
timeoutNo
top_nNo
usernameYes

Input Schema (JSON Schema)

{ "properties": { "hostname": { "title": "Hostname", "type": "string" }, "password": { "default": "", "title": "Password", "type": "string" }, "port": { "default": 22, "title": "Port", "type": "integer" }, "sort_by": { "default": "cpu", "title": "Sort By", "type": "string" }, "timeout": { "default": 30, "title": "Timeout", "type": "integer" }, "top_n": { "default": 10, "title": "Top N", "type": "integer" }, "username": { "title": "Username", "type": "string" } }, "required": [ "hostname", "username" ], "title": "monitor_processesArguments", "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