Skip to content

Commit f37b022

Browse files
authored
feat: Add new Microsoft based MCP server for OpenAPI using official packages (github#117)
1 parent 7ad6e81 commit f37b022

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

servers/openapi/server.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: openapi
2+
image: mcp/openapi
3+
type: server
4+
meta:
5+
category: productivity
6+
tags:
7+
- productivity
8+
about:
9+
title: OpenAPI Toolkit for MCP
10+
description: Fetch, validate, and generate code or curl from any OpenAPI or Swagger spec - all from a single URL.
11+
icon: https://raw.githubusercontent.com/lepoco/openapi.client/refs/heads/main/build/nuget.png
12+
source:
13+
project: https://github.com/lepoco/openapi.client
14+
branch: main
15+
config:
16+
description: Configure the connection to OpenAPI Toolkit for MCP
17+
env:
18+
- name: MODE
19+
example: Stdio
20+
value: '{{openapi.mode}}'
21+
parameters:
22+
type: object
23+
properties:
24+
mode:
25+
type: string

0 commit comments

Comments
 (0)