openapi-to-mcpserver

A tool&lib that can automatically convert OpenAPI documents into Higress remote MCP server configurations.

GitHub Stars

171

User Rating

Not Rated

Favorites

0

Views

20

Forks

31

Issues

5

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Go: Version 1.16 or higher

Installation Steps

1. Install Go

If Go is not installed, please install it from the official website.

2. Install the Tool

Run the following command to install openapi-to-mcpserver:
bash
go install github.com/higress-group/openapi-to-mcpserver/cmd/openapi-to-mcp@latest

Troubleshooting

Common Issues

Issue: Go is not installed correctly Solution: Verify the Go installation and ensure environment variables are set correctly.

Additional Resources