@cerebrixos/hyperlake
v0.1.0
Published
Hyperlake CLI and MCP bridge
Maintainers
Readme
@cerebrixos/hyperlake
Hyperlake CLI and MCP bridge.
Authenticate against the Hyperlake control plane, discover targets, list catalogs, run SQL queries, and expose the same API through an MCP stdio server.
Install
npm install -g @cerebrixos/hyperlakeOr run without installing:
npx @cerebrixos/hyperlake@latest versionRequirements
- Node.js >= 20
- Supported platforms: macOS, Linux, Windows (x64 and arm64)
Usage
# Authenticate
hyperlake auth login \
--host https://your-subdomain.example.com \
--email [email protected] \
--api-key YOUR_API_KEY
# Check access
hyperlake auth whoami
hyperlake target list
# Run queries
hyperlake query run --target TARGET_ID --sql "SELECT 1"
# Start MCP server
hyperlake mcp serve --stdioHow it works
This npm package is a lightweight wrapper that downloads the platform-specific
hyperlake binary from GitHub Releases during npm install. The binary is a
statically compiled Go program with no additional runtime dependencies.
Other installation methods
- Homebrew:
brew tap cerebrixos-org/hyperlake-cli && brew install --cask hyperlake - pip:
pip install hyperlake - Docker:
docker run --rm cerebrixos/hyperlake version - Direct download: GitHub Releases
License
Proprietary
