Operations CLI Tool

A CLI tool for executing operations defined in a YAML configuration file.

View on GitHub

Installation

Option 1: Quick Install (Recommended)

Install 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

Option 2: Building from source

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

Documentation

Direct Links


© 2025 Operations CLI Project