managesw-mcp

openSUSE/managesw-mcp

3.2

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.

Tools
1
Resources
0
Prompts
0

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

  1. Install Go: Make sure you have Go version 1.22.x or later installed.
  2. Clone the repository:
    git clone https://github.com/openSUSE/managesw-mcp.git
    cd managesw-mcp
    
  3. Build the server:
    make
    
    or
    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