Leviathan — это мощный MCP-сервер для удалённого управления Linux-системами через протокол MCP Model Context Protocol). Сервер автоматически определяет характеристики дистрибутива, доступные менеджеры пакетов, систему инициализации и графическое окружение, предоставляя единый интерфейс для выполнения типовых задач администрирования.
LEVIATHAN is an MCP server for Linux system management. Components include package management, hardware monitoring, process control, and system configuration.
For detailed technical information, refer to the following documentation modules:
Install the server in editable mode:
git clone https://github.com/Protocol2-firstislost/LEVIATHAN-Linux-MCP-Server.git
cd LEVIATHAN-Linux-MCP-Server
pip install -e .Ensure the server is correctly configured for your IDE by following the module-specific instructions in the Setup Guide. The default entry point is:
python -m leviathan.mainThe server requires appropriate permissions (sudo/doas) for system-level operations. All transactions are logged to ensure system state changes are traceable.
Released under the MIT License.
Protocol2-firstislost/LEVIATHAN-Linux-MCP-Server
March 11, 2026
April 13, 2026
Python