Back to Apps

systemd-mcp
Supports UIby mvo5
Connect your AI assistant to PID 1 to manage units, journals, networking, and system state via varlink interfaces.
0 stars
Works in:claude
Exposes:Tools
What it does
systemd-mcp exposes systemd's varlink interfaces as MCP tools, allowing an AI assistant to interact directly with the system manager (PID 1). It dynamically discovers varlink sockets in the registry and provides typed tools for system administration.
Tools
io.systemd.Unit: List and manage systemd unitsio.systemd.Manager: Describe PID 1 state and reload systemdio.systemd.JournalAccess: Query the system journal with filtersio.systemd.Hostname: Access machine metadata, OS, and firmwareio.systemd.Credentials: Encrypt and decrypt system credentialsio.systemd.Machine: Manage containers and VMs
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"systemd": {
"command": "/path/to/systemd-mcp"
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
cargo build --release && /path/to/systemd-mcpInformation
- Pricing
- free
- Published
- 6/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"systemd": {
"command": "/path/to/systemd-mcp"
}
}
}





