Skip to main content
The fastest way to install. Downloads the latest release for your platform:
Or download manually from GitHub Releases — pick the archive for your OS and architecture, extract it, and place the isthmus binary somewhere in your PATH.

Option 2: go install

Requires Go 1.25+.
The binary is placed in $GOPATH/bin (usually ~/go/bin). Make sure this directory is in your PATH.

Option 3: Clone and build

The binary is written to ./bin/isthmus. Move it to a directory in your PATH or reference the full path in your MCP client config.

Option 4: Docker

Docker is mainly useful for testing. Most MCP clients expect a local binary they can spawn directly — use one of the other methods for production use.

Verify the installation

The --dry-run flag validates your configuration, connects to the database, pings it, then exits. It is the fastest way to confirm everything is wired up correctly.