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