Skip to content

Commit 69c4992

Browse files
djsaubleclaude
andcommitted
docs: add Skills plugin installation to MCP and Skills tab
The tab previously only covered MCP server setup. Add the Claude Code plugin installation path (which installs both skills and MCP server) as the recommended option, and move MCP-only setup into a subsection for other editors. Addresses feedback from James on #450. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 82cd62d commit 69c4992

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

docs/install-flox/ide-extensions.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,29 +67,33 @@ description: IDE extensions and AI agent integrations for Flox
6767

6868
=== "MCP and Skills"
6969

70-
[Flox Agentic][agentic] is an MCP server and skill library that
71-
gives AI coding agents access to Flox environments.
70+
[Flox Agentic][agentic] is a skill library and MCP server
71+
that gives AI coding agents access to Flox environments.
7272

7373
## Install the MCP server
7474

75+
Every editor needs the Flox MCP server package:
76+
7577
```{ .sh .code-command .copy }
7678
flox install flox/flox-mcp-server
7779
```
7880

79-
## Claude Code
81+
## Claude Code (recommended)
8082

81-
Add the MCP server to your project:
83+
The Flox Agentic plugin for Claude Code adds seven expert
84+
skills and configures the MCP connection automatically:
8285

8386
```{ .sh .code-command .copy }
84-
claude mcp add flox -- flox-mcp
87+
/plugin marketplace add flox/flox-agentic
8588
```
8689

87-
Or add it user-wide:
88-
8990
```{ .sh .code-command .copy }
90-
claude mcp add --scope user flox -- flox-mcp
91+
/plugin install flox@flox-agentic
9192
```
9293

94+
The skills cover environments, services, builds,
95+
containers, publishing, sharing, and CUDA development.
96+
9397
## Cursor
9498

9599
Add the following to `~/.cursor/mcp.json`:
@@ -106,8 +110,6 @@ description: IDE extensions and AI agent integrations for Flox
106110

107111
## Other MCP clients
108112

109-
Any editor or agent that supports the
110-
[Model Context Protocol][mcp] can use Flox Agentic.
111113
Point your client at the `flox-mcp` command using stdio
112114
transport.
113115

0 commit comments

Comments
 (0)