@suiflex/kurir
v0.2.0
Published
Portable MCP server registration and harness integration toolkit
Readme
@suiflex/kurir
Portable MCP server registration for agent harnesses.
npm install --global @suiflex/kurir
kurir clientsThe npm package is a thin launcher around the Kurir native binary. It downloads the matching release asset during installation. Use KURIR_BIN=/path/to/kurir to run a local build instead.
Register a server:
kurir register \
--client opencode \
--name my-server \
--command my-server \
--arg mcpCheck for a newer release or update the native binary:
kurir update --check
kurir updateUse npm install --global @suiflex/kurir when you want npm to own the update instead.
Set KURIR_SKIP_INSTALL=1 to skip the postinstall download when a compatible binary is already available through PATH or KURIR_BIN.
Kurir is distributed under the MIT license.
