This server connects Claude to Repology, the cross-distribution package repository tracker. You get five tools: search_projects for fuzzy matching package names, get_project for detailed version info across distros, list_projects with filters for maintainer or repository presence, and two problem reporting endpoints for repositories and maintainers. Useful when you need to compare how different Linux distributions package the same software, track packaging issues across ecosystems, or audit what a specific maintainer handles. It wraps Repology's API with pagination support and returns structured data about package versions, statuses, and known problems. Works through stdio or HTTP, ships with Docker images and PyPI packages.
claude mcp add --transport stdio tschoonj-repology-mcp-server -- uvx repology-mcp-server