Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Unbundle OpenAPI MCP Server
[![smithery badge](https://smithery.ai/badge/@auto-browse/unbundle_openapi_mcp)](https://smithery.ai/server/@auto-browse/unbundle_openapi_mcp)

<a href="https://glama.ai/mcp/servers/@auto-browse/unbundle_openapi_mcp">
<img width="380" height="200" src="https://glama.ai/mcp/servers/@auto-browse/unbundle_openapi_mcp/badge" alt="Unbundle OpenAPI Specs MCP server" />
</a>

This project provides a Model Context Protocol (MCP) server with tools to split OpenAPI specification files into multiple files or extract specific endpoints into a new file. It allows an MCP client (like an AI assistant) to manipulate OpenAPI specifications programmatically.

## Prerequisites
Expand Down Expand Up @@ -150,4 +154,4 @@ If you want to contribute or run the server from source:
2. **Navigate:** `cd unbundle_openapi_mcp`
3. **Install Dependencies:** `npm install`
4. **Build:** `npm run build` (compiles TypeScript to `dist/`)
5. **Run:** `npm start` (starts the server using the compiled code in `dist/`)
5. **Run:** `npm start` (starts the server using the compiled code in `dist/`)