📦
Managesw MCP
MCP server for linux system package managers
0 installs
2 stars
1 forks
Trust: 49 — Fair
Devtools
Installation
npx managesw-mcpAsk AI about Managesw MCP
Powered by Claude · Grounded in docs
I know everything about Managesw MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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:
ormakego 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
