Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Swagger Server

БесплатноНе проверен

Exposes Swagger/OpenAPI-defined APIs through the Model Context Protocol, making them accessible to AI agents.

GitHubEmbed

Описание

Exposes Swagger/OpenAPI-defined APIs through the Model Context Protocol, making them accessible to AI agents.

README

A Model Context Protocol server for Swagger/OpenAPI endpoints. This tool allows you to expose Swagger-defined APIs through the Model Context Protocol, making them accessible to AI agents.

Installation

You can install the package globally:

npm install -g swagger-mcp-server

Or use it directly with npx:

npx swagger-mcp-server <config-file>

Usage

  1. Create a configuration file (JSON) that defines the Swagger endpoints you want to expose:
{
  "endpoints": [
    {
      "name": "example-api",
      "url": "https://example.com/api/swagger.json"
    }
  ]
}
  1. Run the server:
swagger-mcp-server config.json

Or with npx:

npx swagger-mcp-server config.json

Configuration Options

The configuration file supports the following options:

  • endpoints: An array of Swagger endpoints to expose
    • name: A unique identifier for the endpoint
    • url: URL to the Swagger/OpenAPI JSON definition

Development

To build the project:

npm run build

To run locally:

npm run run

License

ISC

from github.com/marcin-sucharski/swagger-mcp-server

Установка Swagger Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/marcin-sucharski/swagger-mcp-server

FAQ

Swagger Server MCP бесплатный?

Да, Swagger Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Swagger Server?

Нет, Swagger Server работает без API-ключей и переменных окружения.

Swagger Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Swagger Server в Claude Desktop, Claude Code или Cursor?

Открой Swagger Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Swagger Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai