mergeguide. It installs a single
mergeguide executable and is the foundation for local checks, git hooks, and
CI integration.
Requires Python 3.11 or newer. Check with
python --version.Install
- pip
- pipx (isolated)
Verify
Set up everything at once
Rather than installing each piece by hand,mergeguide init wires up the whole
local toolchain — config, dashboard authentication, the MCP server (installed via
npx), and git hooks — in one idempotent command:
Authenticate
If you set things up manually, authenticate against the dashboard:mergeguide login with no flags to authenticate interactively, then confirm:
Troubleshooting
Permission errors during install
Permission errors during install
Install into an isolated environment with
pipx install mergeguide, or use
the per-user flag:SSL or certificate errors behind a proxy
SSL or certificate errors behind a proxy
Point Python at your corporate CA bundle:
Which mergeguide am I running?
Which mergeguide am I running?
Next steps
Install the MCP server
Bring governance into your AI coding assistant.
Install git hooks
Check staged changes before they leave your machine.
CLI reference
Every command and flag.
Run your first check
Go from install to first finding.