Download Jilebi
Get started with Jilebi by downloading the latest version for your operating system.
Windows
For Windows 10/11
Linux
For Linux distributions
macOS
For Mac computers
Installation Instructions
Windows
- Download the windows exe
- Unzip the file that you downloaded to your desired location
- Open powershell
- Install a few extremely useful plugins, I recommend memory and sequential-thinking. You can install them with the command
.\jilebi.exe plugins add memory
.\jilebi.exe plugins add sequential-thinking
You can find more plugins to install here
5. run jilebi using the command .\jilebi.exe stdio to start the MCP server. You won't see anything yet, we need to hook jilebi up to a host
Linux
- Download the linux binary
- Unzip the file that you downloaded to your desired location
- Open your terminal
- grant execution access for jilebi with the command
chmod +x jilebi - Install a few extremely useful plugins, I recommend memory and sequential-thinking. You can install them with the command
./jilebi plugins add memory
./jilebi plugins add sequential-thinking
You can find more plugins to install here
5. run jilebi using the command ./jilebi stdio. This starts the MCP server. You won't see anything yet, we need to hook it up to a host
macOS
- Download the macOS binary that fits your processor
- Unzip the file that you downloaded to your desired location
- Open your terminal
- grant execution access for jilebi with the command
chmod +x jilebi - MacOS blocks programs from unverified developers. Follow this guide from apple or run
xattr -d com.apple.quarantine /path/to/jilebiin your terminal - Make sure you have
xzinstalled. Runbrew install xz - Install a few extremely useful plugins, I recommend memory and sequential-thinking. You can install them with the command
./jilebi plugins add memory
./jilebi plugins add sequential-thinking
You can find more plugins to install here
8. run jilebi using the command ./jilebi stdio. This starts the MCP server. You won't see anything yet, we need to hook it up to a host