A CLI tool for executing operations defined in a YAML configuration file.
View on GitHubInstall the latest version with a single command:
curl -fsSL https://takutakahashi.github.io/operation-mcp/install.sh | sh
Install a specific version:
curl -fsSL https://takutakahashi.github.io/operation-mcp/install.sh | sh -s -- -v 1.0.0
Prerequisites: Go 1.24 or later
# Clone the repository
git clone https://github.com/takutakahashi/operation-mcp.git
cd operation-mcp
# Build the binary
make build
# Install the binary (optional)
make install
© 2025 Operations CLI Project