We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dili414/ControlAPI-openapi2mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
RELEASE_v0.3.0.mdβ’1.07 KiB
# ControlAPI-MCP v0.3.0 - macOS Support
## π New Features
### macOS Support
- β **Native macOS binaries** - Works on Intel and Apple Silicon Macs
- β **Auto-detection** - `auto-run.sh` automatically downloads the correct binary for your platform
- β **One-click install** - Same seamless experience on both Linux and macOS
### Cross-Platform
- **Linux** - `controlapi-mcp-linux` (x86_64)
- **macOS** - `controlapi-mcp-macos` (universal binary)
## π§ Technical Changes
- **GitHub Actions:** Matrix build strategy for parallel Linux + macOS builds
- **auto-run.sh:** OS detection using `uname -s` to download platform-specific binary
- **Release artifacts:** Two separate binaries per release
## π₯ Installation
### macOS & Linux (One-Click)
Click the install link in the README or use:
```bash
curl -O https://raw.githubusercontent.com/fellowabhi/ControlAPI-openapi-to-mcp/main/auto-run.sh
chmod +x auto-run.sh
./auto-run.sh
```
The script automatically detects your OS and downloads the correct binary!
## π Feedback
Please report any macOS-specific issues on GitHub!