jilebi
MCP runtime with javacript plugins
claude mcp add --transport stdio datron-jilebi jilebi stdio
How to use
Jilebi is a plugin-based MCP server that extends AI assistants with external tools, resources, and prompts. It exposes a modular architecture where plugins can add Tools (functions models can call to interact with external systems), Resources (read-only data sources for context), and Prompts (pre-defined conversation templates with argument interpolation). You can start the server in stdio mode, which exposes the local process as an MCP endpoint for client integrations. Once running, you can manage plugins (install, create, configure, and view logs), and then compose prompts and tools to enable your AI assistant to perform complex tasks with external capabilities. The included host configuration snippets show how to wire Jilebi into popular environments like Claude, Cursor, VS Code, and others, using the standard command and stdio workflow.
To use Jilebi effectively, install or load plugins that provide the tools you need (e.g., memory, sequential-thinking, or domain-specific plugins). You can then expose Tools through the MCP to your language model interfaces, enabling actions such as file operations, network requests, or data transformations via well-defined prompts and environment-controlled capabilities. Start the server with the stdio entry point and ensure your client or IDE is configured to communicate with the jilebi MCP endpoint using the jilebi stdio command and arguments as shown in the host configuration examples.
How to install
Prerequisites:
- A supported operating system (Linux, macOS, or Windows)
- Basic command line tools (curl or wget on UNIX-like systems)
- Network access to download installer binaries if using the quick install method
Linux & macOS (fast install):
- Open a terminal.
- Run the installation script via curl: curl -fsSL https://jilebi.ai/install.sh | bash (This detects your platform/architecture, downloads the appropriate binary, and installs it to your PATH.)
- Alternatively, install via wget: wget -qO- https://jilebi.ai/install.sh | bash
- After installation, verify that jilebi is on your PATH and accessible: jilebi --version
- Install recommended plugins (optional but suggested): jilebi plugins add memory jilebi plugins add sequential-thinking
- Start the MCP server in stdio mode: jilebi stdio
Windows (PowerShell):
- Open PowerShell.
- Install via the installer script: irm https://jilebi.ai/install.ps1 | iex or the full command: Invoke-RestMethod https://jilebi.ai/install.ps1 | Invoke-Expression
- Confirm installation by checking the binary is in PATH and run: jilebi --version
- Install recommended plugins (optional): jilebi plugins add memory jilebi plugins add sequential-thinking
- Start the MCP server: jilebi stdio
Windows/Linux/macOS uninstall (if needed):
- Uninstall scripts are provided by the installer and can be run to remove binaries and configuration. See the official Jilebi documentation for exact commands.
Additional notes
Tips and common considerations:
- The core server runs in stdio mode and is designed to be wired into IDEs and toolchains via the provided host configuration examples (Claude, Cursor, VS Code, Zed, Codex CLI, Opencode, etc.).
- Plugins extend functionality; use jilebi plugins add <plugin-name> to install and jilebi plugins log <plugin-id> to view activity.
- If you enable memory or sequential-thinking plugins, ensure you understand memory usage and potential security implications for sensitive data.
- Environment configuration can be adjusted per host; for most setups the default env is empty but you can populate it with API keys, endpoints, or other secrets as needed via the plugin TOML manifest or host-specific mcp.json entries.
- When integrating with editors or CLIs, use the standard command and args (stdio) as shown in the host configuration snippets to ensure compatibility.
- For troubleshooting, consult the logs via jilebi plugins log or start the server with verbose logging if supported by your binary.
Related MCP Servers
gemini-cli
An open-source AI agent that brings the power of Gemini directly into your terminal.
Dive
Dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting function calling capabilities. โจ
ai-trader
Backtrader-powered backtesting framework for algorithmic trading, featuring 20+ strategies, multi-market support, CLI tools, and an integrated MCP server for professional traders.
robloxstudio
Create agentic AI workflows in ROBLOX Studio
mcp
๐ค Taskade MCP ยท Official MCP server and OpenAPI to MCP codegen. Build AI agent tools from any OpenAPI API and connect to Claude, Cursor, and more.
packt-netops-ai-workshop
๐ง Build Intelligent Networks with AI