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

コメント

「その他」の他のコンテンツ