OCI Registry MCP Server
@StacklokLabs
About OCI Registry MCP Server
An MCP (Model Context Protocol) server that provides tools for querying OCI registries and image references.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is OCI Registry MCP Server?
A Server-Sent Events (SSE) based MCP server that provides tools for querying OCI registries and image references, allowing LLM-powered applications to retrieve information about container images, list tags, and access manifests and configs.
How to use OCI Registry MCP Server?
The easiest way is to run it using ToolHive with thv run oci-registry, or directly with the binary. Authentication is handled via HTTP Authorization header, environment variables (OCI_TOKEN, OCI_USERNAME, OCI_PASSWORD), or Docker config. The server port can be set with the MCP_PORT environment variable or the -port flag.
Key features of OCI Registry MCP Server
- Get detailed information about OCI images.
- List tags for a given repository.
- Retrieve image manifests and configs.
- Supports bearer token, username/password, and Docker config authentication.
- SSE-based transport for MCP clients.
Use cases of OCI Registry MCP Server
- Querying container image metadata (digest, size, architecture, OS).
- Listing all available tags for a repository.
- Fetching image manifests and configuration for analysis.
- Automating container image discovery and inspection in CI/CD pipelines.
FAQ from OCI Registry MCP Server
What exactly does this server do?
It exposes MCP tools (get_image_info, list_tags, get_image_manifest, get_image_config) to let LLM applications query OCI-compliant registries (like Docker Hub) for image information.
How can I authenticate to private registries?
The server supports four methods, in order of priority: HTTP Authorization header (bearer token), OCI_TOKEN environment variable, OCI_USERNAME/OCI_PASSWORD environment variables, and the default Docker keychain (~/.docker/config.json).
What are the runtime requirements?
Go 1.21 or later and network access to OCI registries. No other specific runtime dependencies are listed.
How do I change the listening port?
Set the MCP_PORT environment variable (integer 0–65535) or pass the -port flag when running the binary. If not set or invalid, it defaults to port 8080.
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments