You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cursor-plugin/plugin.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
{
2
2
"name": "docker-developer-tools",
3
3
"displayName": "Docker Developer Tools",
4
-
"version": "0.10.0",
5
-
"description": "A Cursor plugin for Docker and container workflows - 16 skills, 10 rules, and 122 MCP tools for building, debugging, optimizing, and managing Docker containers, images, networks, and volumes. Includes a companion MCP server (docker-mcp) for live Docker CLI integration.",
4
+
"version": "0.11.0",
5
+
"description": "A Cursor plugin for Docker and container workflows - 17 skills, 10 rules, and 140 MCP tools for building, debugging, optimizing, and managing Docker containers, images, networks, and volumes. Includes a companion MCP server (docker-mcp) for live Docker CLI integration.",
Copy file name to clipboardExpand all lines: CLAUDE.md
+61-4Lines changed: 61 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ Project documentation for Claude Code and AI assistants working on this reposito
4
4
5
5
## Project Overview
6
6
7
-
Docker Developer Tools is a Cursor IDE plugin that integrates Docker and container workflows into Cursor's AI chat. It includes 16 skills, 10 rules, and a companion MCP server with 122 tools for live Docker CLI integration.
7
+
Docker Developer Tools is a Cursor IDE plugin that integrates Docker and container workflows into Cursor's AI chat. It includes 17 skills, 10 rules, and a companion MCP server with 140 tools for live Docker CLI integration.
8
8
9
9
This is a monorepo - the Cursor plugin (skills and rules) and the companion MCP server live in the same repository. Docker's API is local (Docker Engine socket / CLI), so one repo is simpler for users to install and maintain.
The MCP server talks to Docker via CLI exec (`docker` commands) rather than the Docker Engine REST API. It uses stdio transport and requires `docker` to be available on PATH.
77
78
@@ -282,6 +283,44 @@ The MCP server talks to Docker via CLI exec (`docker` commands) rather than the
282
283
|`docker_nodePromote`| Promote workers to managers |
283
284
|`docker_nodeDemote`| Demote managers to workers |
284
285
286
+
### Swarm Stacks (6)
287
+
288
+
| Tool | Description |
289
+
|------|-------------|
290
+
|`docker_stackDeploy`| Deploy or update a stack from a compose file |
291
+
|`docker_stackRm`| Remove stacks |
292
+
|`docker_stackLs`| List stacks |
293
+
|`docker_stackPs`| List tasks in a stack |
294
+
|`docker_stackServices`| List services in a stack |
0 commit comments