Installation
Prebuilt neusis-neuron-mcp binaries are published to the public mirror repository Neusis-AI-Org/neusis-neuron-releases. The install scripts auto-detect your platform, download the matching release, and place the binary on your system.
Builds are available for macOS, Linux, and Windows on amd64 and arm64.
Install
macOS / Linux
curl -fsSL https://neusis-ai-org.github.io/neusis-neuron-releases/install.sh | bash
Windows (PowerShell)
irm https://neusis-ai-org.github.io/neusis-neuron-releases/install.ps1 | iex
The installer drops the neusis-neuron-mcp binary in ~/.local/bin and upgrades an existing install in place when you re-run it.
Install options
Both scripts read the following environment variables:
| Variable | Default | Effect |
|---|---|---|
INSTALL_DIR | ~/.local/bin | Where the binary is installed. |
VERSION | latest release | Pin a specific release version. |
For example, to pin a version on macOS / Linux:
VERSION=0.1.0 curl -fsSL https://neusis-ai-org.github.io/neusis-neuron-releases/install.sh | bash
Put it on your PATH
If the install directory is not already on your PATH, add it to your shell profile (~/.zshrc or ~/.bashrc):
export PATH="$HOME/.local/bin:$PATH"
Then restart your terminal.
Verify
neusis-neuron-mcp --help
Next step
With the binary installed, configure the server in Neusis Code.