关于
This command-line tool acts as a bridge between OpenAPI services and MCP clients. It takes an OpenAPI specification file as input, automatically generates an MCP-compliant server, proxies incoming requests to the actual OpenAPI service, and translates between MCP and REST conventions. This enables any existing REST API with an OpenAPI specification to be immediately accessible to AI agents that understand MCP, without requiring any modifications to the original service.
主要功能
- Translates between MCP and REST conventions.
- 4 GitHub stars
- Supports environment variables for configuration.
- Provides a CLI for easy interaction.
- Proxies requests to the original OpenAPI service.
- Generates an MCP-compliant server from an OpenAPI specification.
使用案例
- Enable AI-powered applications to utilize services described by OpenAPI specifications.
- Integrate existing REST APIs with AI agents and tools that support MCP.
- Quickly create MCP servers from OpenAPI definitions.