Skip to content

Installation

Terminal window
curl -fsSL https://mcpr.app/install.sh | sh

This downloads the latest release binary for your platform and adds it to your PATH.

Supported platforms: macOS (ARM, Intel), Linux (x86_64, ARM64).

Terminal window
mcpr --version
mcpr --help

You should see the version number and CLI help output.

Terminal window
docker run ghcr.io/cptrodgers/mcpr:latest \
--mcp http://host.docker.internal:9000 \
--no-tunnel --port 8080

For production Docker deployments, see Production Deployment.

Requires Rust (1.75+):

Terminal window
git clone https://github.com/cptrodgers/mcpr.git
cd mcpr
cargo build --release

The binary will be at target/release/mcpr.