MCP OpenAPI Explorer
@KrypticIO
关于 MCP OpenAPI Explorer
MCP server for interacting with open api spec files
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-openapi-explorer": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-openapi-explorer",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP OpenAPI Explorer?
A Model Context Protocol (MCP) server that analyzes OpenAPI specifications and provides context about interacting with APIs. It loads specs from GitHub, local files, or HTTP URLs, parses them, and exposes tools for LLMs to query endpoint information.
How to use MCP OpenAPI Explorer?
Clone the repository, build with Go 1.24.2+, and run ./mcp-openapi-explorer serve with an optional --config flag. You can also use Docker. Configure the server with a YAML config file exported via config export. Integrate with MCP clients by adding the binary to your client configuration.
Key features
- Load OpenAPI specs from GitHub, local files, and HTTP URLs
- Parse and provide comprehensive context about API endpoints
- Support for both JSON and YAML OpenAPI formats
- MCP communication via stdin/stdout
- Built with Cobra CLI and structured logging with Zap
- Automatic persistence of spec URLs in configuration files
Use cases of MCP OpenAPI Explorer
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论