Installation
Quick install (Linux / macOS)
Section titled “Quick install (Linux / macOS)”curl -fsSL https://mcpr.app/install.sh | shThis downloads the latest release binary for your platform and adds it to your PATH.
Supported platforms: macOS (ARM, Intel), Linux (x86_64, ARM64).
Verify
Section titled “Verify”mcpr --versionmcpr --helpYou should see the version number and CLI help output.
Docker
Section titled “Docker”docker run ghcr.io/cptrodgers/mcpr:latest \ --mcp http://host.docker.internal:9000 \ --no-tunnel --port 8080For production Docker deployments, see Production Deployment.
Build from source
Section titled “Build from source”Requires Rust (1.75+):
git clone https://github.com/cptrodgers/mcpr.gitcd mcprcargo build --releaseThe binary will be at target/release/mcpr.
Next steps
Section titled “Next steps”- Quickstart — start your first proxy
