Skip to main content
Glama

Server Status MCP Server

get_remote_server_status

Monitor CPU, memory, and uptime of remote servers via SSH. Retrieve real-time server status data using host information for efficient system health tracking.

Instructions

获取远程服务器的CPU、内存和运行状态

Input Schema

NameRequiredDescriptionDefault
hostYes远程服务器地址或SSH配置中的主机名

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "host": { "description": "远程服务器地址或SSH配置中的主机名", "type": "string" } }, "required": [ "host" ], "type": "object" }

Other Tools from Server Status MCP Server

Related Tools

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/NNNNzs/server-status-mcp-server'

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