@uchebnick/unch
v0.4.4
Published
npm installer wrapper for the unch semantic code search CLI
Readme
@uchebnick/unch
npm installer wrapper for the unch semantic code search CLI.
npm install -g @uchebnick/unch
unch --version
unch --helpThe package downloads the matching native binary from GitHub Releases during postinstall.
Codex setup
To make unch available in Codex as both MCP tools and the unch skill, run:
unch codex installThen restart Codex. The installer uses codex mcp add for the MCP server and writes the skill to ~/.codex/skills/unch/SKILL.md.
The npm postinstall step does not modify your Codex config automatically. This is intentional: installing a package should not silently mutate ~/.codex/config.toml.
MCP for Codex
Codex setup is explicit:
unch codex installThen restart Codex. Codex will start the MCP server through the registered unch-mcp command and use the installed unch skill when semantic code search helps.
unch-mcp is a small launcher for unch start mcp; you normally do not need to run it by hand.
Supported targets:
- macOS
arm64,x64 - Linux
arm64,x64 - Windows
arm64,x64
Environment overrides:
UNCH_NPM_TAG=v0.4.1downloads a specific release tag.UNCH_BINARY_URL=https://...orUNCH_BINARY_URL=file:///...downloads or reads a custom archive.UNCH_SKIP_DOWNLOAD=1skips download for package smoke tests.
