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
「その他」の他のコンテンツ
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
ICSS
chokcoco不止于 CSS
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント