loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

devops-dashboard-mcp

MCP Tool

turlockmike/devops-dashboard-mcp

MCP server for Linux infrastructure monitoring — systemd, nginx, Docker, cron, disk/memory/ports. 10 tools via Model Context Protocol.

Install

$ npx loaditout add turlockmike/devops-dashboard-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "devops-dashboard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "devops-dashboard-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

DevOps Dashboard MCP Server

Monitor and manage Linux infrastructure through your AI assistant. Built on the Model Context Protocol (MCP), this server gives Claude (or any MCP-compatible client) full visibility into your systems — services, logs, resources, containers, and more.

Tools

| Tool | Description | |------|-------------| | service_status | Check systemd service status (active, failed, enabled state, PID, memory) | | service_logs | Fetch journalctl logs with time range, priority, and grep filtering | | process_list | List processes sorted by CPU/memory with optional name filtering | | disk_usage | Disk space and inode usage by mount point | | memory_info | RAM and swap usage, with optional /proc/meminfo details | | port_scan | List listening TCP/UDP ports with associated processes | | cron_list | List cron jobs for any/all users plus system cron files | | nginx_config | Read, validate, and inspect nginx configuration and sites | | docker_status | Container, image, volume, network, and resource usage overview | | system_health | Aggregate health check with thresholds and warnings |

Quick Start
Install from npm
npm install -g @devops-dashboard/mcp-server
Or run directly with npx
npx @devops-dashboard/mcp-server
Configure in Claude Code

Add to your Claude Code MCP settings (~/.claude/settings.json or project .mcp.json):

{
  "mcpServers": {
    "devops-dashboard": {
      "command": "npx",
      "args": ["@devops-dashboard/mcp-server"]
    }
  }
}
Configure in Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "devops-dashboard": {
      "command": "npx",
      "args": ["@devops-dashboard/mcp-server"]
    }
  }
}
Development
git clone https://github.com/turlockmike/devops-dashboar

Tags

claudedevopsdockerlinuxmcpmcp-servermodel-context-protocolmonitoringnginxsystemd

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated14 days ago
Security: AREADME
New

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/2/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/turlockmike/devops-dashboard-mcp)](https://loaditout.ai/skills/turlockmike/devops-dashboard-mcp)