Extensions
The Flox extension for VS Code brings full environment management into VS Code and compatible editors like Cursor.
Install from the Marketplace
Requirements
- Flox CLI installed (install instructions)
- VS Code 1.87.0 or later
- Open the Extensions view (Cmd+Shift+X on macOS, Ctrl+Shift+X on Linux)
- Search for Flox
- Click Install
Build and install from source
If you prefer to install manually, you can build a .vsix file
from the source repository:
-
Clone the repository and check out a release tag:
-
Activate the Flox environment and build the package:
This creates a
.vsixfile in the project directory. -
Install the
.vsixfile using the Command Palette (Cmd+Shift+P on macOS, Ctrl+Shift+P on Linux):- Run Extensions: Install from VSIX...
- Select the generated
.vsixfile
Or install from the command line:
Source code
The extension is open source: github.com/flox/flox-vscode
Flox Agentic is a skill library and MCP server that gives AI coding agents access to Flox environments.
Install the MCP server
Every editor needs the Flox MCP server package:
Claude Code (recommended)
The Flox Agentic plugin for Claude Code adds seven expert skills and configures the MCP connection automatically:
The skills cover environments, services, builds, containers, publishing, sharing, and CUDA development.
Cursor
Add the following to ~/.cursor/mcp.json:
Other MCP clients
Point your Model Context Protocol client at the
flox-mcp command using stdio transport.
Learn more
Full documentation and source code: github.com/flox/flox-agentic