Skip to main content
Glama
dragogargo

mcp-sysmon

by dragogargo

mcp-sysmon

システム監視用のMCPサーバー。CPU、メモリ、ディスク、ネットワーク、プロセスなど、お使いのシステムについてClaudeに質問できます。

何ができるのか?

ツール

説明

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

プロンプトの例

  • 「今、なぜノートPCが重いのですか?」

  • 「何が一番メモリを消費していますか?」

  • 「ディスク使用量を見せて」

  • 「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