Back to MCP directory
publicPublicdnsLocal runtime

mcp-sysinfo

MCP系统信息服务器是一个轻量高效的实时系统监控工具

article

README

🚀 MCP 系统信息服务器

MCP 系统信息服务器是一款轻量级且高效的服务器,可实时提供系统信息。它能获取包括 CPU、内存、磁盘和 GPU 等在内的各种硬件和系统细节,在系统监控和诊断方面具有重要价值。

🚀 快速开始

MCP 系统信息服务器能帮助你轻松获取系统的各项信息。你可以按照以下步骤进行安装和使用。

✨ 主要特性

  • 系统信息
    • 系统名称
    • 节点名称
    • 操作系统版本
    • 操作系统版本号
    • 机器类型
    • 处理器
  • CPU 信息
    • 处理器名称
    • 物理核心数
    • 逻辑核心数
  • 内存信息
    • 总内存
    • 可用内存
    • 已用内存
    • 内存利用率
  • 磁盘信息
    • 总磁盘空间
    • 已用磁盘空间
    • 空闲磁盘空间
    • 磁盘空间利用率

📦 安装指南

  1. 克隆仓库:
    git clone https://github.com/allenbijo/mcp-sysinfo.git
    

💻 使用示例

基础用法

将 MCP 服务器添加到您的客户端:

在 Claude 上

{
  "mcpServers": {
    "sysinfo": {
      "command": "uv",
      "args": [
          "--directory",
          "D:\\WorksOfGreatness\\mcp-sysinfo",
          "run",
          "sysinfo.py"
      ]
    }
  }
}

服务器将启动并监听 incoming requests,提供实时系统信息。

📚 详细文档

API 端点

| 端点 | 描述 | |--------------|--------------------------| | /get_sysinfo | 返回系统详细信息 |

📄 许可证

此项目在 MIT 许可证下开源。

👨‍💻 作者

Allen Bijo - GitHub

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client