
Linux MCP Server
Supports UIby marcos2872
Secure Linux system bridge for AI agents with PolicyKit integration and command allowlisting.
What it does
Connects AI agents to a Linux environment, allowing them to read system information and execute shell commands safely. It implements a strict security model to prevent accidental or malicious system damage.
Tools
get_system_info: Retrieves detailed system specifications and status.execute_command: Runs allowed shell commands, with optional PolicyKit elevation for administrative tasks.
Installation
{
"mcpServers": {
"linux-mcp": {
"command": "/path/to/os-mcp/target/release/linux-mcp",
"args": [],
"env": {}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- VS Code
Quick install
git clone https://github.com/marcos2872/os-mcp.git && cd os-mcp && cargo build --releaseInformation
- Pricing
- free
- Published
- 4/29/2026
- stars






