Native governed MCP server for Linux. systemd service, journald audit sink, POSIX job execution.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"linuxmcp": {
"command": "cargo",
"args": [
"run",
"--",
"LinuxMCP"
]
}
}
}
Run in terminal:
claude mcp add linuxmcp cargo run -- LinuxMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"linuxmcp": {
"command": "cargo",
"args": [
"run",
"--",
"LinuxMCP"
]
}
}
}