Repository History
6 repositories tagged with openapi

Fern: Generate Type-Safe SDKs and API Documentation from OpenAPI
Fern is a powerful platform that streamlines API development by transforming your API definitions into production-ready SDKs and comprehensive documentation. It supports various API specifications, including OpenAPI, and offers multi-language SDKs, interactive developer documentation, and AI-powered search. This tool significantly enhances the developer experience by automating crucial parts of the API lifecycle.

Redoc: Generate Beautiful API Reference Documentation from OpenAPI
Redoc is an open-source tool designed to generate beautiful, interactive API reference documentation directly from your OpenAPI (formerly Swagger) definitions. It provides a responsive three-panel layout, making it easy to navigate and understand your API. With support for OpenAPI 3.1, 3.0, and Swagger 2.0, Redoc simplifies the process of creating professional API docs.

mcpo: A Simple, Secure MCP-to-OpenAPI Proxy Server
mcpo is a dead-simple proxy server that transforms any Model Context Protocol (MCP) tool into an OpenAPI-compatible HTTP server. This allows seamless integration of MCP tools with LLM agents and applications that expect standard RESTful OpenAPI interfaces, eliminating the need for custom protocols or complex glue code. It enhances security, stability, and interoperability for AI tools, making them instantly usable with modern web standards.

Swagger Editor: Edit and Preview OpenAPI Definitions in Your Browser
Swagger Editor, developed by swagger-api, is an in-browser tool for editing OpenAPI API definitions in JSON or YAML format. It provides real-time documentation previews, allowing developers to visualize and validate their API specifications efficiently. Supporting OpenAPI 2.0, 3.0.3, and 3.1.0, it's a versatile choice for modern REST API development.

openapi-servers: Reference Implementations for LLM Tool Integration
The openapi-servers repository provides reference implementations for OpenAPI Tool Servers, simplifying the integration of external tools and data sources into LLM agents and workflows. By leveraging the OpenAPI specification, it ensures secure and easy communication without proprietary protocols. This project aims to accelerate the development of powerful AI applications by offering battle-tested, standard-compliant server examples.

FastAPI: High-Performance Python Web Framework for Building APIs
FastAPI is a modern, high-performance Python web framework designed for building APIs quickly and efficiently. It leverages standard Python type hints to provide automatic data validation, serialization, and interactive API documentation, making development intuitive and robust. This framework is ideal for production-ready applications, offering speed comparable to NodeJS and Go.