This repository contains Nix packaging for MCPM (Model Context Protocol Manager).
If you have flakes enabled, you can use this package directly:
# Run MCPM directly
nix run .
# Install MCPM to your profile
nix profile install github:pathintegral-institute/mcpm.sh
# Enter a development shell
nix develop .To build the package from source:
-
Clone the repository:
git clone https://github.com/pathintegral-institute/mcpm.sh cd mcpm.sh -
Build the package:
nix build
-
Run the built package:
./result/bin/mcpm --help
- The nix package requires Python 3.12 or higher.