linux-admin-mcp-server
Provides tools for managing Linux system services, processes, disk, network, and logs, enabling AI agents to perform system administration tasks like service management (start/stop/restart), health checks, process monitoring, and network diagnostics.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@linux-admin-mcp-serverShow me the system health status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
linux-admin-mcp-server
Linux system administration via AI agents — MCP server for managing services, processes, disk, network and logs on Linux systems.
Features
14 tools for complete Linux system management
System info: CPU, RAM, Uptime, Kernel, OS-Release
Disk & Memory: Usage statistics with warnings for high utilization
Health Check: Automated system health assessment (OK/WARNING)
Systemd Services: List, status, start/stop/restart, enable/disable, logs
Process Management: List processes sorted by CPU/memory, search by name
Network: Interfaces, open ports, active connections, DNS lookup
Safety: Only predefined commands, no arbitrary shell execution
Related MCP server: LogMCP
Installation
pip install linux-admin-mcp-serverUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"linux-admin": {
"command": "linux-admin-mcp-server"
}
}
}Note: Run Claude Desktop on your Linux machine, or use this server on a Linux system where you want AI-assisted administration.
Available Tools
Tool | Description | Sudo Required |
| Hostname, kernel, CPU, RAM, uptime | No |
| Disk usage for all mounted filesystems | No |
| RAM and swap usage details | No |
| Full system health assessment | No |
| List systemd services (all/running/failed) | No |
| Detailed status of a specific service | No |
| Start/stop/restart/enable/disable a service | Yes |
| Last N log lines via journalctl | No |
| Running processes sorted by CPU/memory | No |
| Find processes by name | No |
| Top 5 CPU and memory consumers | No |
| Network interfaces and IP addresses | No |
| Listening ports (LISTEN state) | No |
| Established network connections | No |
| Resolve hostname to IP address | No |
Example Prompts
"Show me the system health status"
"What services are currently failing?"
"Restart the nginx service"
"Show the last 100 lines of the postgres logs"
"Which processes are consuming the most memory?"
"What ports is this server listening on?"
"What's the disk usage on this machine?"
Requirements
Linux operating system (Ubuntu, Debian, CentOS, Fedora, etc.)
Python 3.10+
systemd (for service management tools)
ssornetstat(for network tools)sudo access (only for service start/stop/enable/disable)
Compared to ssh-mcp-server
Feature | linux-admin-mcp-server | ssh-mcp-server |
Use case | Local Linux admin | Remote via SSH |
SSH required | No | Yes |
systemd support | Full (14 tools) | Basic |
Health check | Yes | No |
Network tools | 4 tools | Limited |
License
MIT License — AiAgentKarl 2026
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
- Alicense-qualityBmaintenanceA MCP server for Windows/Linux that provides 90+ tools enabling AI assistants to systematically manage local systems, including system probing, command execution, file editing, network diagnostics, and more.Last updated12MIT
- AlicenseAqualityAmaintenanceMCP server — read-only log access for AI assistants. Debug your Linux server with AI, without giving the AI shell access.Last updated74MIT
- Alicense-qualityCmaintenanceServagent is an MCP server that enables a remote AI to take full control of a Linux server: command execution, file management, service administration, and more.Last updated2MIT
- Flicense-qualityDmaintenanceAn MCP server for managing Ubuntu/Linux systems, enabling AI assistants to execute commands, manage services, files, logs, and packages via local or SSH connection.Last updated
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
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/AiAgentKarl/linux-admin-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server