suse-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@suse-mcprun a system health check"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SUSE Linux MCP Server
A Model Context Protocol (MCP) server that bridges AI assistants with the SUSE Linux ecosystem. Enables safe, reliable access to the openSUSE Wiki, OBS (Open Build Service), and SUSE repositories for AI-assisted system management.
Supports all SUSE variants: openSUSE Tumbleweed, Leap, MicroOS, Slowroll, SLES, SLED, and SLE Micro. Immutable variants use transactional-update automatically.
Resources (URI-based Access)
Documentation and Search
URI Scheme | Example | Returns |
|
| Markdown-formatted Wiki page |
Package Information
URI Scheme | Example | Returns |
|
| Official repository package details |
|
| OBS spec file with safety analysis |
|
| OBS package metadata |
System Packages (SUSE only)
URI Scheme | Example | Returns |
|
| Installed packages list |
|
| Orphaned packages |
|
| Explicitly installed packages |
|
| Zypper patterns |
|
| Package database sync status |
System Monitoring and Logs
URI Scheme | Example | Returns |
|
| System information (kernel, memory, uptime) |
|
| Disk space usage statistics |
|
| Failed systemd services |
|
| Recent boot logs |
|
| System health check |
|
| Recent package transactions |
|
| Failed package transactions |
News and Updates
URI Scheme | Example | Returns |
|
| Latest openSUSE news |
|
| Critical news requiring manual intervention |
|
| News since last system update |
Configuration
URI Scheme | Example | Returns |
|
| Parsed zypper.conf configuration |
|
| Parsed RPM macros configuration |
|
| Currently configured repositories |
|
| Repository health status |
Related MCP server: Kerneldev MCP
Tools
Tool | Description |
| Query openSUSE Wiki with ranked results |
| Search OBS packages |
| Get official package details |
| Check for available updates |
| Install OBS package with security checks |
| Security audit for OBS packages (spec analysis, full audit) |
| Remove packages (single or batch) |
| List or remove orphaned packages |
| File-package ownership queries |
| Check file integrity |
| List and inspect zypper patterns |
| Manage install reasons (explicit/dependency) |
| System info (kernel, memory, uptime) |
| Disk usage and cache statistics |
| System diagnostics |
| Fetch openSUSE news |
| Query zypp transaction history |
| Repository management (status, test, suggest, health) |
| Parse zypper.conf settings |
| Parse RPM macros configuration |
| Check package database sync status |
| Comprehensive system health check |
Prompts
Prompt | Purpose |
| Diagnose system errors using openSUSE Wiki |
| Pre-installation security audit of OBS packages |
| Dependency analysis and install order |
| Safe update workflow with pre-flight checks |
| System cleanup (orphans, cache, integrity) |
| Deep package research before installation |
| Test and configure fastest mirrors |
| Comprehensive system diagnostic |
Installation
Prerequisites
Python 3.11+
uv (recommended) or pip
Quick Start
uv run suse-ops-serverConfiguration
Add to your MCP client configuration (Claude, Cursor, or any STDIO-compatible client):
{
"mcpServers": {
"suse-linux": {
"command": "uv",
"args": ["run", "suse-ops-server"]
}
}
}Container
podman build -f Containerfile .
podman run -i suse-mcp-serverLicense
This project is dual-licensed under your choice of:
GPL-3.0-only - See LICENSE-GPL
MIT License - See LICENSE-MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrisjohntapp/suse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server