Skip to main content

User setup

Set up a local machine to route its harnesses through the LLM gateway. Run the MintMCP installer:

curl -fsSL https://downloads.mintmcp.com/releases/mintmcp-cli | sh

The installer supports common Linux distributions, macOS, and Windows. It sets up local binaries, primarily the mintmcp CLI, that configure your local harnesses to talk to the gateway.

On first run, the installer also prompts for your policy configuration: which harnesses to configure, and whether to use OAuth or API keys for access.

Re-run or undo setup

  • If a harness runs into trouble during setup, run mintmcp unconfigure to back the change out.
  • Run mintmcp setup at any point to go through the full installation steps again.

Next steps