Hey everyone! I’ve built an MCP server that helps LLMs understand your OpenAPI specifications. It’s pretty straightforward:
What it does:
- Loads multiple OpenAPI specifications from a directory
- Exposes API operations and schemas through MCP protocol
- Enables LLMs to understand and work with your APIs directly in your IDE
- Supports dereferenced schemas for complete API context - Maintains a catalog of all available APIs
GitHub: GitHub - ReAPI-com/mcp-openapi: OpenAPI specification MCP server.
Would love to get your feedback and suggestions!