Skip to main content

Documentation Index

Fetch the complete documentation index at: https://flox-robinbrantley-containers.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Flox Agentic provides a skill library and MCP server that give AI coding agents expert knowledge of Flox environments, builds, services, containers, publishing, and CUDA.Skills included: flox-environments, flox-services, flox-builds, flox-containers, flox-publish, flox-sharing, flox-cuda

Claude Code

The Flox plugin for Claude Code installs both the skill library and MCP server in one step:
claude plugin marketplace add flox/flox-agentic
claude plugin install flox@flox-agentic

Other agents (skills.sh)

For Cursor, Copilot, Windsurf, Gemini, and 15+ other agents, use skills.sh — a third-party open agent skills ecosystem:
npx skills add flox/flox-agentic
Third-party toolskills.sh is not maintained by Flox. It requires Node.js. See skills.sh for supported agents and docs.

MCP server

For agents that support the Model Context Protocol directly, install the MCP server:
flox install flox/flox-mcp-server
Then point your client at the flox-mcp command using stdio transport. For Cursor, add to ~/.cursor/mcp.json:
{
  "mcpServers": {
    "flox": {
      "command": "flox-mcp"
    }
  }
}

Learn more

Full documentation and source code: github.com/flox/flox-agentic