VisualLock/mcp-server-monitor
MCP Server Monitor — мониторинг сервера в реальном времени для Claude Code | Real-time system monitoring for Claude Code. CPU, память, диски, сеть, Docker, процессы — 22 инструмента.
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-monitor": {
"command": "npx",
"args": [
"-y",
"mcp-server-monitor"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<p align="center"> <a href="README.md"><b>English</b></a> | <a href="README_RU.md">Русский</a> </p>
> Real-time system monitoring through Claude Code. CPU, memory, disk, network, Docker, and process insights — right in your AI workflow.
<p align="center"> </p>
<p align="center"> </p>
DevOps in your IDE. No more switching to terminals, dashboards, or Grafana just to check if your server is healthy. Ask Claude directly:
npm install -g mcp-server-monitorAdd to your Claude Code MCP config (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"server-monitor": {
"command": "npx",
"args": ["-y", "mcp-server-monitor"]
}
}
}git clone https://github.com/VisualLock/mcp-server-monitor.git
cd mcp-server-monitor
npm install
npm run build| Tool | Description | |------|-------------| | system_overview | Complete system overview: OS, CPU, memory, uptime | | system_uptime | System uptime and boot time | | system_users | Currently logged-in users |
| Tool | Description | |------|-------------| | cpu_info | Detailed CPU hardware info: model, cores, cache | | cpu_load | Current CPU load with per-core br
Loading reviews...