awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesRegistry API Integrations

Implementations of HTTP-based APIs for interacting with remote container registries.

Distinct from Transport Layers: Existing candidates focus on network transport protocols rather than the application-level registry API.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Registry API Integrations. Refine with filters or upvote what's useful.

Awesome Registry API Integrations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • containers/skopeoAvatar von containers

    containers/skopeo

    10,982Auf GitHub ansehen↗

    Skopeo is an OCI container image manager and registry client designed for inspecting, copying, and signing container images across different registries and storage backends. It enables the manipulation of container images using direct API calls to registries, operating independently of a local container daemon or runtime. The tool provides specialized capabilities for container image mirroring and synchronization, specifically supporting the mirroring of external repositories to internal registries for air-gapped environments. It also functions as a container image signing tool, allowing for

    Communicates with remote registries via HTTP APIs to move, inspect, and delete manifests and layers.

    Go
    Auf GitHub ansehen↗10,982
  • modelcontextprotocol/inspectorAvatar von modelcontextprotocol

    modelcontextprotocol/inspector

    8,721Auf GitHub ansehen↗

    The inspector is a diagnostic and validation tool for the Model Context Protocol. It provides an interactive interface and a transport proxy to discover, inspect, and execute the tools, prompts, and resources provided by an MCP server. The project serves as a debugger and compliance tester to verify that server implementations adhere to the protocol specification and JSON-RPC standards. It allows for real-time monitoring of message exchanges and logs between clients and servers across various transport layers, such as standard input/output and Server-Sent Events. The tool covers a broad rang

    Integrates server metadata into clients and sub-registries using OpenAPI specifications and SDKs.

    TypeScript
    Auf GitHub ansehen↗8,721
  • feast-dev/feastAvatar von feast-dev

    feast-dev/feast

    6,727Auf GitHub ansehen↗

    Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma

    Mounts registry metadata as MCP tool endpoints on the registry REST server for LLM-agent consumption.

    Pythonbig-datadata-engineeringdata-quality
    Auf GitHub ansehen↗6,727
  • glitchenzo/nugetforunityAvatar von GlitchEnzo

    GlitchEnzo/NuGetForUnity

    4,482Auf GitHub ansehen↗

    NuGetForUnity ist ein Paketmanager und Abhängigkeitsmanagementsystem, das NuGet-Pakete in Unity-Projekte integriert. Es fungiert als NuGet-Client für die Spieleentwicklung und ermöglicht die Installation, Wiederherstellung und Aktualisierung externer .NET-Bibliotheken und deren transitiver Abhängigkeiten ohne manuelle DLL-Importe. Das Tool enthält ein Bibliotheks-Publishing-Utility für das Erstellen von Paketspezifikationsdateien und das Hochladen benutzerdefinierter Bibliotheken auf Remote-NuGet-Server. Es unterstützt die Nutzung sowohl offizieller als auch benutzerdefinierter Paket-Feeds, was die Verteilung proprietärer Bibliotheken über private Registries ermöglicht. Das System bietet ein visuelles Interface für das Suchen und Verwalten von Bibliotheken sowie ein Kommandozeilen-Interface für die Automatisierung der Paketwiederherstellung innerhalb von Continuous-Integration- und Delivery-Pipelines. Es deckt breite Funktionsbereiche ab, einschließlich Versions-beschränkter Auflösung, Manifest-basierter Abhängigkeitsverfolgung und Assembly-Referenzkontrolle.

    Communicates with remote NuGet servers via REST APIs to search, download, and upload libraries.

    C#
    Auf GitHub ansehen↗4,482
  • getwud/wudAvatar von getwud

    getwud/wud

    3,620Auf GitHub ansehen↗

    Wud is a self-hosted container image update monitoring system that periodically checks running containers against their registries and reports when newer image versions are available. It detects updates by comparing SHA-256 digest hashes of container image manifests rather than relying on version tags, and persists last-known image digests and notification states to avoid duplicate alerts across restarts. The system abstracts different container registry APIs behind a unified interface, supporting Docker Hub, GHCR, Quay, and others, and runs update checks on a configurable cron-like schedule

    Periodically queries container registry HTTP APIs to fetch image manifest metadata and check for changes.

    TypeScriptdockernodejssemver
    Auf GitHub ansehen↗3,620
  1. Home
  2. DevOps & Infrastructure
  3. Registry API Integrations

Unter-Tags erkunden

  • MCP Registry Integrations1 Sub-TagIntegrations specifically for Model Context Protocol server registries using OpenAPI and SDKs. **Distinct from Registry API Integrations:** Focuses on AI model context protocol server registries rather than general container registries.
  • NuGet Registry ClientsClient-side implementations for interacting with NuGet-compatible package servers. **Distinct from Registry API Integrations:** Specifically targets NuGet registries rather than container registries.