From d6b26738f9a3303d11b2a7e1287a34ad3c1cb78e Mon Sep 17 00:00:00 2001 From: "mike.garuccio" Date: Fri, 14 Nov 2025 22:31:26 -0500 Subject: [PATCH] Add OpenAPI Navigator to Development Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2d5d1d..f5b9c55 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ See [Helpful Tools & Utilities](#helpful-tools-&-utilities) section for tools to - [CentralMind/Gateway](https://github.com/centralmind/gateway) - MCP and MCP SSE Server that automatically generate production ready API based on database schema and data. Supports PostgreSQL, Clickhouse, MySQL, Snowflake, BigQuery, Supabase - [Currents](https://github.com/currents-dev/currents-mcp) - Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev). - 🐙 [Octocode](https://github.com/bgauryy/octocode-mcp) - AI-powered developer assistant that enables advanced research, analysis and discovery and code generation across GitHub and NPM realms in realtime. +- 📋 [OpenAPI Navigator](https://github.com/mgaruccio/openapi-navigator) - Navigate and query OpenAPI specs with fuzzy search, pagination, header mounting, and API testing. Supports OpenAPI 3.x & Swagger 2.x. - [OpenAPI Schema Explorer](https://github.com/kadykov/mcp-openapi-schema-explorer) - Token-efficient access to OpenAPI/Swagger specs via MCP Resources. - [OpenRPC](https://github.com/shanejonas/openrpc-mpc-server) - A Model Context Protocol server that provides JSON-RPC functionality through OpenRPC. - [Postman](https://github.com/delano/postman-mcp-server) - Interact with [Postman API](https://www.postman.com/postman/postman-public-workspace/).