MCP.so
登录

MCP System Monitor

@seekrays

关于 MCP System Monitor

A system monitoring tool that exposes system metrics via the Model Context Protocol (MCP). This tool allows LLMs to retrieve real-time system information through an MCP-compatible interface.

基本信息

分类

开发工具

许可证

Apache-2.0

运行时

go

传输方式

stdio

发布者

seekrays

提交者

seekrays-bot

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP System Monitor?

MCP System Monitor is a system monitoring tool that exposes real-time system metrics via the Model Context Protocol (MCP), enabling LLMs to retrieve CPU, memory, disk, network, host, and process information through an MCP-compatible interface.

How to use MCP System Monitor?

Clone the repository and run make build to compile the binary. Start the server in stdio mode by executing ./mcp-monitor. The server then communicates with an MCP-compatible LLM client.

Key features of MCP System Monitor

  • CPU Information: usage percentage, core count, and per-core data
  • Memory Information: virtual and swap memory usage
  • Disk Information: usage, partitions, and I/O statistics
  • Network Information: interfaces, connections, and traffic statistics
  • Host Information: system details, uptime, boot time, and users
  • Process Information: process listing, sorting, and detailed per-process stats

Use cases of MCP System Monitor

  • LLM agents querying real-time system health for troubleshooting
  • Automated system monitoring dashboards with AI‑powered analysis
  • Remote server diagnostics through natural language commands
  • Integration with MCP‑compatible chatbots for infrastructure management

FAQ from MCP System Monitor

How do I install MCP System Monitor?

Clone the repository from GitHub and run make build; Go toolchain is required to compile the binary.

How do I start the server?

Run the compiled binary ./mcp-monitor in a terminal; it starts in stdio mode and waits for MCP communication.

What tools are available in MCP System Monitor?

Six tools: get_cpu_info, get_memory_info, get_disk_info, get_network_info, get_host_info, and get_process_info.

Does MCP System Monitor require any configuration?

No configuration is mentioned in the README; the server runs with default settings and no environment variables are needed.

评论

开发工具 分类下的更多 MCP 服务器