mcp-sysmon
mcp-sysmon
Servidor MCP para monitorización del sistema. Pregunta a Claude sobre tu sistema: CPU, memoria, disco, red y procesos.
¿Qué puede hacer?
Herramienta | Descripción |
| CPU, memoria, swap, disco, tiempo de actividad: todo de un vistazo |
| Procesos principales ordenados por CPU o memoria |
| Uso detallado del disco para todas las particiones con estadísticas de E/S |
| Interfaces de red, IPs, velocidades, tráfico |
| Buscar procesos por nombre |
| Matar un proceso por PID (SIGTERM o SIGKILL) |
Related MCP server: technical-notes-mcp
Ejemplos de prompts
"¿Por qué mi portátil va lento ahora mismo?"
"¿Qué es lo que más memoria está consumiendo?"
"Muéstrame el uso del disco"
"Busca todos los procesos de Chrome"
"Mata el proceso 12345"
Instalación
pip install mcp-sysmonO con uv:
uv pip install mcp-sysmonUso con Claude Desktop
Añádelo a tu configuración de Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"sysmon": {
"command": "mcp-sysmon"
}
}
}Uso con Claude Code
claude mcp add sysmon -- mcp-sysmonDesarrollo
git clone https://github.com/dragogargo/mcp-sysmon.git
cd mcp-sysmon
uv sync
uv run mcp-sysmonLicencia
MIT
Maintenance
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
- FlicenseBqualityDmaintenanceA 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
- AlicenseAqualityDmaintenanceMCP server that allows searching a local notes directory and retrieving live CPU and memory usage.2MIT
- AlicenseAqualityDmaintenanceMCP server for remote Linux/Unix server management via SSH, enabling command execution, system monitoring, file operations, and diagnostics through natural language.341MIT
- AlicenseAqualityCmaintenanceMCP server for Beszel system monitoring that provides tools to list systems, containers, alerts, and query CPU, memory, disk, and network stats.614MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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