mcpgen

Generate Go MCP server boilerplate from OpenAPI 3 specifications

GitHub Stars

80

User Rating

Not Rated

Favorites

0

Views

313

Forks

8

Issues

1

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Go: 1.16 or higher

Installation Steps

1. Install mcpgen

sh
go install github.com/lyeslabs/mcpgen/cmd/mcpgen@latest
By default, the binary is installed to $HOME/go/bin (or %USERPROFILE%\go\bin on Windows). Make sure this directory is in your PATH.

Additional Resources