systemd-mcp

openSUSE/systemd-mcp
★ 7 stars Go 🔌 API Integration Updated today
mcp server for systemd
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "systemd-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/openSUSE/systemd-mcp@latest"
      ]
    }
  }
}

README Excerpt

The server directly connects to systemd via its C API and so doesn't need systemctl to run. Compile directly with ```bash go build -o bin/systemd-mcp systemd-mcp.go go build -o bin/gatekeeper gatekeeper/main.go ``` or use the provided Makefile: ```bash make build ``` and install with ```bash sudo make install

Tools (6)

change_unit_statecheck_restart_reloadget_fileget_man_pagelist_loglist_units