ORAS MCP Server
ORAS MCP 服务器
用法
ORAS MCP 服务器可以配置为使用vscode 代理模式运行。
由于此 MCP 服务器需要本地 ORAS CLI,请确保您已安装oras (版本 >= v1.3.0-beta.1 )。
使用 Docker 进行设置
使用docker运行ORAS MCP Server更加容易。
VS Code 设置
将以下代码添加到.vscode/mcp.json :
{
"servers": {
"oras-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/shizhmsft/oras-mcp:main",
]
}
}
}Related MCP server: oci-mcp-server
聊天示例
问:ghcr.io/oras-project/oras 镜像支持什么平台?
答:镜像ghcr.io/oras-project/oras支持以下平台:
Linux(amd64)
Linux(arm64)
Linux(arm,变体 v7)
Linux(s390x)
Linux(ppc64le)
如果您需要更多详细信息,请告诉我!
问:MCR 中最新的 Azure Linux 3.0 镜像是什么?它有签名吗?它的类型是什么?
答:Microsoft 容器注册表(MCR)中最新的 Azure Linux 3.0 镜像标记为3.0.20250402 。它具有签名,签名类型为application/vnd.cncf.notary.signature 。
致谢
ORAS MCP Server 存储库是使用MCP Server 的 Yeoman Generator启动的。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables natural language interaction with Docker commands and operations. Supports container management, image operations, system information, and Docker Compose through conversational requests.14911MIT
- Alicense-qualityDmaintenanceEnables natural-language access to Oracle Cloud Infrastructure resources, allowing users to query compute instances, OKE clusters, networking, and Object Storage via MCP tools.MIT
- Flicense-qualityDmaintenanceEnables AI assistants to manage and analyze containers across Docker and Podman through natural language, providing unified inspection, monitoring, and diagnostics.3
- AlicenseBqualityBmaintenanceEnables AI assistants to manage Docker containers and Kubernetes resources through natural language, supporting operations like container management, image building, and pod/deployment/service management.9MIT
Related MCP Connectors
Official Microsoft MCP Server to query Microsoft Entra data using natural language
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Give your AI assistant access to real Helm chart data. No more hallucinated values.yaml files.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shizhMSFT/oras-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server