-
securityA
license-
qualityA Model Context Protocol (MCP) server that lets you seamlessly use OpenAI's models right from Claude.
Last updated -
1
762
55
JavaScript
MIT License
一个模型上下文协议 (MCP) 服务器,用于向 Claude 等大型语言模型 (LLM) 公开 OpenAPI 架构信息。该服务器允许 LLM 通过一组专用工具探索和理解 OpenAPI 规范。
使用特定的模式文件运行 MCP 服务器:
要将此 MCP 服务器与 Claude Desktop 一起使用,请编辑您的claude_desktop_config.json
配置文件:
配置文件的位置:
~/Library/Application Support/Claude/claude_desktop_config.json
$env:AppData\Claude\claude_desktop_config.json
要将此 MCP 服务器与 Claude Code CLI 一起使用,请按照以下步骤操作:
尖端:
-s
或--scope
标志与project
(默认)或global
指定配置的存储位置服务器为 LLM 与 OpenAPI 模式交互提供了以下工具:
list-endpoints
:列出所有 API 路径及其 HTTP 方法,并在嵌套对象结构中提供摘要get-endpoint
:获取有关特定端点的详细信息,包括参数和响应get-request-body
:获取特定端点和方法的请求主体架构get-response-schema
:获取特定端点、方法和状态代码的响应模式get-path-parameters
:获取特定路径的参数list-components
:列出所有模式组件(模式、响应、参数等)get-component
:获取特定组件的详细定义list-security-schemes
:列出所有可用的安全方案get-examples
:获取特定组件或端点的示例search-schema
:跨路径、操作和模式搜索尝试的示例查询:
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
一个 MCP 服务器,用于向 Claude 等 LLM 公开 OpenAPI 模式信息。该服务器允许 LLM 通过一组专用工具探索和理解大型 OpenAPI 模式,而无需将整个模式加载到上下文中
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hannesj/mcp-openapi-schema'
If you have feedback or need assistance with the MCP directory API, please join our Discord server