8 months ago
developer-toolsArch MCP provides three main capabilities:
- 🔍 Resources - URI-based access to Arch Wiki, AUR packages, official repos, and installed packages
- 🛠️ Tools - Search, analyze, and securely install packages with built-in safety checks
- 📋 Prompts - Guided workflows for troubleshooting, security audits, and dependency analysis
Tools
search_archwiki
search_aur
get_official_package_info
check_updates_dry_run
install_package_secure
analyze_pkgbuild_safety
analyze_package_metadata_risk
remove_package
remove_packages_batch
list_orphan_packages
remove_orphans
find_package_owner
list_package_files
search_package_files
verify_package_integrity
list_package_groups
list_group_packages
list_explicit_packages
mark_as_explicit
mark_as_dependency
get_system_info
check_disk_space
get_pacman_cache_stats
check_failed_services
get_boot_logs
get_latest_news
check_critical_news
get_news_since_last_update
get_transaction_history
find_when_installed
find_failed_transactions
get_database_sync_history
list_active_mirrors
test_mirror_speed
suggest_fastest_mirrors
check_mirrorlist_health
analyze_pacman_conf
analyze_makepkg_conf
check_ignored_packages
get_parallel_downloads_setting
check_database_freshness
Server Config
{
"mcpServers": {
"arch-ops": {
"command": "uvx",
"args": [
"arch-ops-server"
]
}
}
}