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.7.0",
5
-
"description": "A Cursor plugin for Docker and container workflows - 14 skills, 8 rules, and 68 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.8.0",
5
+
"description": "A Cursor plugin for Docker and container workflows - 14 skills, 9 rules, and 84 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
+38-5Lines changed: 38 additions & 5 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 14 skills, 8 rules, and a companion MCP server with 68 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 14 skills, 9 rules, and a companion MCP server with 84 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.
10
10
11
-
**Version:** 0.7.0
11
+
**Version:** 0.8.0
12
12
**License:** CC-BY-NC-ND-4.0
13
13
**Author:** TMHSDigital
14
14
@@ -54,7 +54,7 @@ Docker-Developer-Tools/
54
54
|`docker-advanced-workflows`| Multi-stage pipelines, sidecar patterns, healthchecks, signal handling |
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.
73
74
@@ -114,7 +115,7 @@ The MCP server talks to Docker via CLI exec (`docker` commands) rather than the
114
115
|`docker_save`| Save images to a tar archive |
115
116
|`docker_load`| Load images from a tar archive |
116
117
117
-
### Compose (8)
118
+
### Compose (24)
118
119
119
120
| Tool | Description |
120
121
|------|-------------|
@@ -126,6 +127,22 @@ The MCP server talks to Docker via CLI exec (`docker` commands) rather than the
0 commit comments