
OpenAPI Schema模型上下文协议服务器。
什么是MCP服务器?
| 属性 | 详情 |
|---|---|
| Docker镜像 | https://hub.docker.com/repository/docker/mcp/openapi-schema |
| 作者 | https://github.com/hannesj |
| 代码仓库 | https://github.com/hannesj/mcp-openapi-schema |
| Dockerfile | https://github.com/slimslenderslacks/mcp-openapi-schema/blob/master/Dockerfile |
| Docker镜像构建方 | Docker Inc. |
| Docker Scout健康评分 | !Docker Scout Health Score |
| 验证签名 | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/openapi-schema --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| 许可证 |
| 服务器提供的工具 | 简短描述 |
|---|---|
get-component | 获取特定组件的详细定义 |
get-endpoint | 获取特定API端点的详细信息 |
get-examples | 获取特定组件或端点的示例 |
get-path-parameters | 获取特定路径的参数 |
get-request-body | 获取特定端点的请求体模式 |
get-response-schema | 获取特定端点、方法和状态码的响应模式 |
list-components | 列出所有模式组件(模式、参数、响应等) |
list-endpoints | 列出所有API路径及其HTTP方法和摘要,按路径组织 |
list-security-schemes | 列出所有可用的安全方案 |
search-schema | 搜索路径、操作和模式 |
Tool: get-component
获取特定组件的详细定义
| 参数 | 类型 | 描述 |
|---|---|---|
name | string | 组件名称 |
openapiSchemaPath | string | OpenAPI模式文件的路径 |
type | string | 组件类型(如schemas、parameters、responses) |
Tool: get-endpoint
获取特定API端点的详细信息
| 参数 | 类型 | 描述 |
|---|---|---|
method | string | HTTP方法 |
openapiSchemaPath | string | OpenAPI模式文件的路径 |
path | string | API路径 |
Tool: get-examples
获取特定组件或端点的示例
| 参数 | 类型 | 描述 |
|---|---|---|
openapiSchemaPath | string | OpenAPI模式文件的路径 |
type | string | 要检索的示例类型 |
componentName | string 可选 | 组件名称(组件示例必填) |
componentType | string 可选 | 组件类型(组件示例必填) |
method | string 可选 | HTTP方法(请求/响应示例必填) |
path | string 可选 | API路径(请求/响应示例必填) |
statusCode | string 可选 | 状态码(响应示例用) |
Tool: get-path-parameters
获取特定路径的参数
| 参数 | 类型 | 描述 |
|---|---|---|
openapiSchemaPath | string | OpenAPI模式文件的路径 |
path | string | API路径 |
method | string 可选 | HTTP方法 |
Tool: get-request-body
获取特定端点的请求体模式
| 参数 | 类型 | 描述 |
|---|---|---|
method | string | HTTP方法 |
openapiSchemaPath | string | OpenAPI模式文件的路径 |
path | string | API路径 |
Tool: get-response-schema
获取特定端点、方法和状态码的响应模式
| 参数 | 类型 | 描述 |
|---|---|---|
method | string | HTTP方法 |
openapiSchemaPath | string | OpenAPI模式文件的路径 |
path | string | API路径 |
statusCode | string 可选 | 状态码 |
Tool: list-components
列出所有模式组件(模式、参数、响应等)
| 参数 | 类型 | 描述 |
|---|---|---|
openapiSchemaPath | string | OpenAPI模式文件的路径 |
Tool: list-endpoints
列出所有API路径及其HTTP方法和摘要,按路径组织
| 参数 | 类型 | 描述 |
|---|---|---|
openapiSchemaPath | string | OpenAPI模式文件的路径 |
Tool: list-security-schemes
列出所有可用的安全方案
| 参数 | 类型 | 描述 |
|---|---|---|
openapiSchemaPath | string | OpenAPI模式文件的路径 |
Tool: search-schema
搜索路径、操作和模式
| 参数 | 类型 | 描述 |
|---|---|---|
openapiSchemaPath | string | OpenAPI模式文件的路径 |
pattern | string | 搜索模式(不区分大小写) |
json{ "mcpServers": { "openapi-schema": { "command": "docker", "args": [ "run", "-i", "--rm", "-v", "/local-directory:/local-directory", "mcp/openapi-schema" ] } } }
为什么使用Docker运行MCP服务器更安全?
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。




探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务