Installation & Setup
Install CLI
Download the CLI and authenticate with Ellf.
Connect
Connect Ellf to your coding assistant like Claude Code.
Set up your cluster
Launch your private data processing cluster.
Installation
Make sure you have Python 3.10+ installed and use the following command to install the client. It’s recommended to use a virtual environment.
$pip installellf-cli
This installs the CLI that you and your coding agent can use to run tasks, actions and agents with Ellf and manage your cluster. It also sets up everything you need for your local development environment. Next, you can authenticate and connect Ellf to your coding assistant.
Claude Code Anthropic
Logging in with the --claude flag downloads and sets up everything that’s needed for the Claude Code integration. The custom Ellf skills for the different modules should then show up in your slash commands.
$ellflogin
--claude
Next, add the Ellf MCP server via the claude mcp add command:
$claude mcp addellf
https://mcp.ellf.ai
--transport httpCodex OpenAI
Coming soon: This feature is still under construction.
Cursor
Coming soon: This feature is still under construction.
Copliot GitHub
Coming soon: This feature is still under construction.
Configuration
Coming soon: This feature is still under construction.