MCP.so
登录

MCP OpenAPI Explorer

@KrypticIO

关于 MCP OpenAPI Explorer

MCP server for interacting with open api spec files

基本信息

分类

其他

许可证

MIT license

运行时

go

传输方式

stdio

发布者

KrypticIO

配置

使用下面的配置,将此服务器添加到你的 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 服务器