openSUSE/managesw-mcp
If you are the rightful owner of managesw-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
managesw-mcp is a server that provides OS software management functions via the Model Context Protocol (MCP), primarily for zypper and dnf based Linux systems.
managesw-mcp
managesw-mcp
is a server that exposes OS software management functions through the Model Context Protocol (MCP). It allows you to manage packages, repositories, and patches on a Linux system.
Most of the functions are only available on zypper
and dnf
based systems
Installation from the source
- Install Go: Make sure you have Go version 1.22.x or later installed.
- Clone the repository:
git clone https://github.com/openSUSE/managesw-mcp.git cd managesw-mcp
- Build the server:
or
make
go build
Usage
To interact with the managesw-mcp
server, you can use mcptools
, a command-line interface for MCP servers. You can find more information about mcptools
at https://github.com/f/mcptools.
A simple call would be:
~/go/bin/mcptools call list_packages go run managesw-mcp.go