Linux Admin Server
FreeNot checkedLinux system administration via AI agents — MCP server for managing services, processes, disk, network and logs on Linux systems.
About
Linux system administration via AI agents — MCP server for managing services, processes, disk, network and logs on Linux systems.
README
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
Installation
pip install linux-admin-mcp-server
Usage 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 |
|---|---|---|
system_info |
Hostname, kernel, CPU, RAM, uptime | No |
disk_usage |
Disk usage for all mounted filesystems | No |
memory_usage |
RAM and swap usage details | No |
health_check |
Full system health assessment | No |
services_list |
List systemd services (all/running/failed) | No |
service_status |
Detailed status of a specific service | No |
service_manage |
Start/stop/restart/enable/disable a service | Yes |
service_logs |
Last N log lines via journalctl | No |
processes_list |
Running processes sorted by CPU/memory | No |
process_find |
Find processes by name | No |
top_consumers |
Top 5 CPU and memory consumers | No |
network_interfaces |
Network interfaces and IP addresses | No |
open_ports |
Listening ports (LISTEN state) | No |
active_connections |
Established network connections | No |
dns_lookup |
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
Installing Linux Admin Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/AiAgentKarl/linux-admin-mcp-serverFAQ
Is Linux Admin Server MCP free?
Yes, Linux Admin Server MCP is free — one-click install via Unyly at no cost.
Does Linux Admin Server need an API key?
No, Linux Admin Server runs without API keys or environment variables.
Is Linux Admin Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Linux Admin Server in Claude Desktop, Claude Code or Cursor?
Open Linux Admin Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
Roblox Studio
Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce
by paralovOpencode Omniroute Plugin
OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc
by GitHub ActionsAWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
Compare Linux Admin Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
