modelcontextprotocol / modelcontextprotocol/registry

Add Google Artifact Registry as docker registry

Open
#427 9 comments 0 reactions 1 assignee View on GitHub

@rdimitrov is already working on this.

Since Oct 21, 2025.

enhancement implementation work
Dominant language
Go
Stars
7.3k
Forks
994
Avg merge
4d 12h
Merged PRs (30d)
19

Description

Is your feature request related to a problem? Please describe.
Our server is deployed in GAR. As of now, it seems like MCP registry only supports the official Docker registry.

Describe the solution you'd like
Supporting GAR.

      "registry_type": "oci",
      "registry_base_url": "https://artifactregistry.googleapis.com",
      "identifier": "<region>-docker.pkg.dev/<repo>/...",
      "version": "1.0.0",
      "file_sha256": "filesha256",
      "tag": "latest", // it will be great to support tag as well.

Describe alternatives you've considered
N/A

Additional context
N/A

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.