Skip to main content
Glama
dragogargo

mcp-sysmon

by dragogargo

mcp-sysmon

用于系统监控的 MCP 服务器。向 Claude 询问有关您系统的信息——包括 CPU、内存、磁盘、网络和进程。

它能做什么?

工具

描述

system_overview

CPU、内存、交换空间、磁盘、运行时间——一目了然

top_processes

按 CPU 或内存排序的顶级进程

disk_usage

所有分区的详细磁盘使用情况及 I/O 统计信息

network_info

网络接口、IP、速度、流量

find_process

按名称搜索进程

kill_process

通过 PID 终止进程(SIGTERM 或 SIGKILL)

Related MCP server: technical-notes-mcp

示例提示词

  • “为什么我的笔记本电脑现在这么慢?”

  • “什么占用了最多的内存?”

  • “显示磁盘使用情况”

  • “查找所有 Chrome 进程”

  • “终止进程 12345”

安装

pip install mcp-sysmon

或者使用 uv:

uv pip install mcp-sysmon

在 Claude Desktop 中使用

添加到您的 Claude Desktop 配置文件 (claude_desktop_config.json) 中:

{
  "mcpServers": {
    "sysmon": {
      "command": "mcp-sysmon"
    }
  }
}

在 Claude Code 中使用

claude mcp add sysmon -- mcp-sysmon

开发

git clone https://github.com/dragogargo/mcp-sysmon.git
cd mcp-sysmon
uv sync
uv run mcp-sysmon

许可证

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    A lightweight MCP server that provides real-time hardware statistics including CPU, memory, disk, and NVIDIA GPU usage. It enables users to monitor system performance and retrieve comprehensive host machine specifications through a standardized interface.
    1
  • A
    license
    A
    quality
    D
    maintenance
    MCP server for remote Linux/Unix server management via SSH, enabling command execution, system monitoring, file operations, and diagnostics through natural language.
    34
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for Beszel system monitoring that provides tools to list systems, containers, alerts, and query CPU, memory, disk, and network stats.
    6
    14
    MIT

View all related MCP servers

Related MCP Connectors

  • An MCP server giving access to Grafana dashboards, data and more.

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

  • An MCP server that integrates with Discord to provide AI-powered features.

View all MCP Connectors

Latest Blog Posts

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/dragogargo/mcp-sysmon'

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