a year ago
developer-toolsPowertools for livebook.dev — AI Code Editing, MCP Servers, and Running Livebooks from the CLI
Overview
what is LivebookTools?
LivebookTools is a command-line interface (CLI) tool designed to enhance the experience of working with .livemd files in Livebook, providing features for AI code editing and server management.
how to use LivebookTools?
To use LivebookTools, install it via Elixir escript with the command mix escript.install github thmsmlr/livebook_tools. Ensure the escript directory is in your PATH, and set up the necessary environment variables to connect to a Livebook server.
key features of LivebookTools?
- BYOE (Bring Your Own Editor): Sync
.livemdfiles to an open Livebook session for editing in AI-powered code editors. - MCP Server: Connect AI coding agents to Livebook sessions using a simple model context protocol.
- Run Livebooks from the CLI: Convert
.livemdfiles to Elixir scripts and execute them as.exsscripts.
use cases of LivebookTools?
- Editing Livebook files with AI assistance.
- Running Livebook scripts as cron jobs.
- Connecting AI coding agents for enhanced coding experiences.
FAQ from LivebookTools?
- How do I install LivebookTools?
Use the command
mix escript.install github thmsmlr/livebook_toolsto install it.
- What is the MCP Server?
The MCP Server allows AI coding agents to connect to Livebook sessions, enhancing coding capabilities.
- Can I use any AI code editor with LivebookTools?
Yes, as long as the editor supports the model context protocol.