Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

MCP server that bridges AI assistants with the SUSE Linux ecosystem, enabling safe access to openSUSE Wiki, OBS, and repositories for system management.

README.md

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 | |---|---|---| | opensuse-wiki:// | opensuse-wiki://Installation_guide | Markdown-formatted Wiki page |

Package Information

| URI Scheme | Example | Returns | |---|---|---| | suse-repo:// | suse-repo://vim | Official repository package details | | obs:///spec | obs://vim/spec | OBS spec file with safety analysis | | obs:///info | obs://vim/info | OBS package metadata |

System Packages (SUSE only)

| URI Scheme | Example | Returns | |---|---|---| | zypper://installed | zypper://installed | Installed packages list | | zypper://orphans | zypper://orphans | Orphaned packages | | zypper://explicit | zypper://explicit | Explicitly installed packages | | zypper://patterns | zypper://patterns | Zypper patterns | | zypper://database/freshness | zypper://database/freshness | Package database sync status |

System Monitoring and Logs

| URI Scheme | Example | Returns | |---|---|---| | system://info | system://info | System information (kernel, memory, uptime) | | system://disk | system://disk | Disk space usage statistics | | system://services/failed | system://services/failed | Failed systemd services | | system://logs/boot | system://logs/boot | Recent boot logs | | system://health | system://health | System health check | | zypper://log/recent | zypper://log/recent | Recent package transactions | | zypper://log/failed | zypper://log/failed | Failed package transactions |

News and Updates

| URI Scheme | Example | Returns | |---|---|---| | opensuse-news://latest | opensuse-news://latest | Latest openSUSE news | | opensuse-news://critical | opensuse-news://critical | Critical news requiring manual intervention | | opensuse-news://since-update | opensuse-news://since-update | News since last system update |

Configuration

| URI Scheme | Example | Returns | |---|---|---| | config://zypper | config://zypper | Parsed zypper.conf configuration | | config://rpm-macros | config://rpm-macros | Parsed RPM macros configuration | | mirrors://active | mirrors://active | Currently configured repositories | | mirrors://health | mirrors://health | Repository health status |

Tools

| Tool | Description | |---|---| | search_opensuse_wiki | Query openSUSE Wiki with ranked results | | search_obs | Search OBS packages | | get_official_package_info | Get official package details | | check_updates_dry_run | Check for available updates | | install_obs_package | Install OBS package with security checks | | audit_obs_security | Security audit for OBS packages (spec analysis, full audit) | | remove_packages | Remove packages (single or batch) | | manage_orphans | List or remove orphaned packages | | query_file_ownership | File-package ownership queries | | verify_package_integrity | Check file integrity | | manage_patterns | List and inspect zypper patterns | | manage_install_reason | Manage install reasons (explicit/dependency) | | get_system_info | System info (kernel, memory, uptime) | | analyze_storage | Disk usage and cache statistics | | diagnose_system | System diagnostics | | fetch_news | Fetch openSUSE news | | query_package_history | Query zypp transaction history | | optimize_mirrors | Repository management (status, test, suggest, health) | | analyze_zypper_conf | Parse zypper.conf settings | | analyze_rpm_macros | Parse RPM macros configuration | | check_database_freshness | Check package database sync status | | run_system_health_check | Comprehensive system health check |

Prompts

| Prompt | Purpose | |---|---| | troubleshoot_issue | Diagnose system errors using openSUSE Wiki | | audit_obs_package | Pre-installation security audit of OBS packages | | analyze_dependencies | Dependency analysis and install order | | safe_system_update | Safe update workflow with pre-flight checks | | cleanup_system | System cleanup (orphans, cache, integrity) | | package_investigation | Deep package research before installation | | mirror_optimization | Test and configure fastest mirrors | | system_health_check | Comprehensive system diagnostic |

Installation

Prerequisites

  • Python 3.11+
  • uv (recommended) or pip

Quick Start

uv run suse-ops-server

Configuration

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-server

License

This project is dual-licensed under your choice of:

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use AI & ML servers.