linux-mcp-server
MCP server for read-only Linux system administration, diagnostics, and troubleshooting
The Linux MCP Server is designed for safe and efficient read-only operations on RHEL-based systems. It provides tools for comprehensive diagnostics, allowing users to gather system information, check services, monitor processes, and access logs and network details without making any changes to the system. This ensures that users can troubleshoot and analyze system performance without the risk of altering configurations or data. With features like remote SSH execution and multi-host management, users can execute commands on various remote systems seamlessly. The server is optimized for Red Hat Enterprise Linux and allows configurable log access through environment variables, making it a versatile tool for system administrators and support teams looking to maintain system integrity while performing diagnostics.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"linux-mcp-server": {
"args": [
"linux-mcp-server"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions