ORAS MCP Server
@shizhMSFT
ORAS MCP Server について
ORAS MCP Server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"oras-mcp-server": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/oras-project/oras-mcp:main",
"serve"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is ORAS MCP Server?
ORAS MCP Server is an MCP server that enables registry-aware chat interactions within VS Code agent mode. It uses the oras-go library to query OCI-compliant registries and does not depend on the oras CLI. It is designed for developers who want to ask questions about container images and their metadata during coding sessions.
How to use ORAS MCP Server?
Configure the server in .vscode/mcp.json either by running the Docker image (ghcr.io/oras-project/oras-mcp:main serve) or by downloading a released binary and pointing the command to oras-mcp serve. Authentication uses credentials from Docker or ORAS login; on Linux the Docker config can be mounted for container use, while macOS/Windows require the binary.
Key features of ORAS MCP Server
- Integrates with VS Code agent mode for registry-aware chats.
- Uses
oras-golibrary; no dependency on the ORAS CLI. - Supports querying image platforms, signatures, and metadata.
- Two deployment options: Docker container or standalone binary.
- Reads credentials from existing Docker and ORAS credential stores.
Use cases of ORAS MCP Server
- Ask “What platforms does image
ghcr.io/oras-project/orassupport?” and get a list. - Find the latest tag of an image in a registry and whether it has a signature.
- Determine the signature type (e.g., Notary v2) of a container image.
- Explore registry content without leaving the VS Code coding environment.
FAQ from ORAS MCP Server
How do I authenticate to a registry?
Run oras login or docker login on the host machine. The released binary picks up cached credentials automatically. For the Docker container on Linux, mount the Docker config file with inline auths entries; helper-based configs (credsStore, credHelpers) will not work.
Why can't I use the Docker container on macOS or Windows?
Docker Desktop on macOS and Windows depends on keychain helpers, which are not supported
「その他」の他のコンテンツ
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
ghidraMCP
LaurieWiredMCP Server for Ghidra
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome Mlops
visengerA curated list of references for MLOps
コメント