We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad6e81 commit f37b022Copy full SHA for f37b022
1 file changed
servers/openapi/server.yaml
@@ -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