emcee
MCP generator for OpenAPIs π«³π€π₯
File Explorer
Download Latest Version (.zip)- ci.yml
- release.yml
- main.go
- http.go
- openapi.go
- openapi_test.go
- secret.go
- secret_test.go
- error.go
- id.go
- request.go
- response.go
- version.go
- openapi.json
- claude_desktop_config.json
- install.sh
- .gitignore
- .goreleaser.yaml
- go.mod
- go.sum
- LICENSE.md
- main_test.go
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/mattt/emcee
Downloads the entire project code from GitHub to your computer.
cd emcee
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
brew install mattt/tap/emcee
Installs the pre-built package via Homebrew β no source build required.
sh <(curl -fsSL https://get.emcee.sh)
An install script that downloads and runs in a single step.
brew install 1password-cli
Installs the pre-built package via Homebrew β no source build required.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Go
MediumPrerequisites
go build -o emcee cmd/emcee/main.go
Compiles the Go program into an executable.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
