mcp-dokploy-fullapi-proxy 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # mcp-dokploy-fullapi-proxy
2
2
 
3
- > **Dokploy Version: `v0.28.1` — 436 Endpoints** _(last updated: 2026-02-28)_
3
+ > **Dokploy Version: `v0.28.2` — 445 Endpoints** _(last updated: 2026-03-02)_
4
4
 
5
5
  Full API proxy MCP for the entire Dokploy API. **1 tool, ~200 tokens** instead of 67+ tools consuming ~35,000 tokens per conversation.
6
6
 
@@ -429,11 +429,11 @@ The `skill/` directory contains API documentation split by resource (auto-genera
429
429
  | File | Endpoints | Coverage |
430
430
  |------|-----------|----------|
431
431
  | `SKILL.md` | – | Entry point, routing table |
432
- | `project.md` | 12 | Projects & Environments |
433
- | `app.md` | 28 | Applications |
434
- | `compose.md` | 27 | Compose services |
432
+ | `project.md` | 14 | Projects & Environments |
433
+ | `app.md` | 29 | Applications |
434
+ | `compose.md` | 28 | Compose services |
435
435
  | `domain.md` | 9 | Domains & SSL |
436
- | `database.md` | 65 | PostgreSQL, MySQL, MariaDB, MongoDB, Redis |
436
+ | `database.md` | 70 | PostgreSQL, MySQL, MariaDB, MongoDB, Redis |
437
437
  | `deployment.md` | 12 | Deployments, Preview, Rollback |
438
438
  | `docker.md` | 7 | Docker containers |
439
439
  | `server.md` | 23 | Server, Cluster, Swarm |
@@ -449,7 +449,7 @@ The `skill/` directory contains API documentation split by resource (auto-genera
449
449
  |---|---|---|
450
450
  | Tools registered | 67 | 1 |
451
451
  | Permanent context tokens | ~35,000 | ~200 |
452
- | API coverage | ~16% (67 of 436 endpoints) | 100% (436 endpoints) |
452
+ | API coverage | ~16% (67 of 436 endpoints) | 100% (445 endpoints) |
453
453
  | On-demand tokens per request | 0 | ~500–2,000 (1 skill file) |
454
454
  | Typical savings | – | **77–92% fewer tokens** |
455
455
 
@@ -466,7 +466,7 @@ Claude reads app.md (~1,600 tokens)
466
466
  Claude calls: dokploy("application.deploy", { applicationId: "..." })
467
467
  ```
468
468
 
469
- Instead of loading all 407 endpoint definitions (~15,500 tokens) into every conversation, Claude loads only what's needed. A typical request costs ~2,100 tokens instead of ~15,500.
469
+ Instead of loading all 445 endpoint definitions (~15,500 tokens) into every conversation, Claude loads only what's needed. A typical request costs ~2,100 tokens instead of ~15,500.
470
470
 
471
471
  ## Building the skill ZIP
472
472
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mcp-dokploy-fullapi-proxy",
3
- "version": "1.0.2",
4
- "description": "Full API proxy MCP for the entire Dokploy API single tool, skill-driven, 407 endpoints",
3
+ "version": "1.0.4",
4
+ "description": "Full API proxy MCP for the entire Dokploy API - single tool, skill-driven, 445 endpoints",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "scripts": {
@@ -17,11 +17,11 @@
17
17
  ],
18
18
  "license": "MIT",
19
19
  "dependencies": {
20
- "@modelcontextprotocol/sdk": "^1.12.0",
20
+ "@modelcontextprotocol/sdk": "^1.27.1",
21
21
  "zod": "^4.3.6"
22
22
  },
23
23
  "devDependencies": {
24
- "@types/node": "^22.0.0",
24
+ "@types/node": "^22.19.13",
25
25
  "tsx": "^4.19.0",
26
26
  "typescript": "^5.7.0"
27
27
  }
package/skill/SKILL.md CHANGED
@@ -4,7 +4,7 @@ description: >
4
4
  Use this skill when the user asks to manage Dokploy infrastructure: deploy apps,
5
5
  manage compose services, configure domains, databases, servers, notifications,
6
6
  users, git providers, or any Dokploy administration task. Provides complete API
7
- reference for all 436 Dokploy tRPC endpoints accessible via the dokploy MCP tool.
7
+ reference for all 445 Dokploy tRPC endpoints accessible via the dokploy MCP tool.
8
8
  ---
9
9
 
10
10
  # Dokploy MCP Light - API Skill
@@ -19,11 +19,11 @@ Read the matching reference file for the task:
19
19
 
20
20
  | Task | File | Endpoints |
21
21
  |------|------|-----------|
22
- | Projects & Environments | `project.md` | 12 |
23
- | Applications (Deploy, Config, Git, Traefik) | `app.md` | 28 |
24
- | Compose Services | `compose.md` | 27 |
22
+ | Projects & Environments | `project.md` | 14 |
23
+ | Applications (Deploy, Config, Git, Traefik) | `app.md` | 29 |
24
+ | Compose Services | `compose.md` | 28 |
25
25
  | Domains & SSL | `domain.md` | 9 |
26
- | Databases (PG, MySQL, MariaDB, Mongo, Redis) | `database.md` | 65 |
26
+ | Databases (PG, MySQL, MariaDB, Mongo, Redis) | `database.md` | 70 |
27
27
  | Deployments, Preview, Rollback | `deployment.md` | 12 |
28
28
  | Docker Container | `docker.md` | 7 |
29
29
  | Server, Cluster, Swarm | `server.md` | 23 |
package/skill/app.md CHANGED
@@ -142,3 +142,8 @@ dokploy("application.move", { applicationId: "...", targetEnvironmentId: "..." }
142
142
  ```
143
143
  dokploy("application.cancelDeployment", { applicationId: "..." })
144
144
  ```
145
+
146
+ ### application.search
147
+ ```
148
+ dokploy("application.search", { q?: "...", name?: "...", appName?: "...", description?: "...", repository?: "...", owner?: "...", dockerImage?: "...", projectId?: "...", environmentId?: "...", limit?: "...", offset?: "..." })
149
+ ```
package/skill/compose.md CHANGED
@@ -137,3 +137,8 @@ dokploy("compose.import", { base64: "...", composeId: "..." })
137
137
  ```
138
138
  dokploy("compose.cancelDeployment", { composeId: "..." })
139
139
  ```
140
+
141
+ ### compose.search
142
+ ```
143
+ dokploy("compose.search", { q?: "...", name?: "...", appName?: "...", description?: "...", projectId?: "...", environmentId?: "...", limit?: "...", offset?: "..." })
144
+ ```
package/skill/database.md CHANGED
@@ -70,6 +70,11 @@ dokploy("postgres.move", { postgresId: "...", targetEnvironmentId: "..." })
70
70
  dokploy("postgres.rebuild", { postgresId: "..." })
71
71
  ```
72
72
 
73
+ ### postgres.search
74
+ ```
75
+ dokploy("postgres.search", { q?: "...", name?: "...", appName?: "...", description?: "...", projectId?: "...", environmentId?: "...", limit?: "...", offset?: "..." })
76
+ ```
77
+
73
78
  ## Mysql
74
79
 
75
80
  ### mysql.create
@@ -137,6 +142,11 @@ dokploy("mysql.move", { mysqlId: "...", targetEnvironmentId: "..." })
137
142
  dokploy("mysql.rebuild", { mysqlId: "..." })
138
143
  ```
139
144
 
145
+ ### mysql.search
146
+ ```
147
+ dokploy("mysql.search", { q?: "...", name?: "...", appName?: "...", description?: "...", projectId?: "...", environmentId?: "...", limit?: "...", offset?: "..." })
148
+ ```
149
+
140
150
  ## Mariadb
141
151
 
142
152
  ### mariadb.create
@@ -204,6 +214,11 @@ dokploy("mariadb.move", { mariadbId: "...", targetEnvironmentId: "..." })
204
214
  dokploy("mariadb.rebuild", { mariadbId: "..." })
205
215
  ```
206
216
 
217
+ ### mariadb.search
218
+ ```
219
+ dokploy("mariadb.search", { q?: "...", name?: "...", appName?: "...", description?: "...", projectId?: "...", environmentId?: "...", limit?: "...", offset?: "..." })
220
+ ```
221
+
207
222
  ## Mongo
208
223
 
209
224
  ### mongo.create
@@ -271,6 +286,11 @@ dokploy("mongo.move", { mongoId: "...", targetEnvironmentId: "..." })
271
286
  dokploy("mongo.rebuild", { mongoId: "..." })
272
287
  ```
273
288
 
289
+ ### mongo.search
290
+ ```
291
+ dokploy("mongo.search", { q?: "...", name?: "...", appName?: "...", description?: "...", projectId?: "...", environmentId?: "...", limit?: "...", offset?: "..." })
292
+ ```
293
+
274
294
  ## Redis
275
295
 
276
296
  ### redis.create
@@ -337,3 +357,8 @@ dokploy("redis.move", { redisId: "...", targetEnvironmentId: "..." })
337
357
  ```
338
358
  dokploy("redis.rebuild", { redisId: "..." })
339
359
  ```
360
+
361
+ ### redis.search
362
+ ```
363
+ dokploy("redis.search", { q?: "...", name?: "...", appName?: "...", description?: "...", projectId?: "...", environmentId?: "...", limit?: "...", offset?: "..." })
364
+ ```
Binary file
package/skill/project.md CHANGED
@@ -17,6 +17,11 @@ dokploy("project.one", { projectId: "..." })
17
17
  dokploy("project.all")
18
18
  ```
19
19
 
20
+ ### project.search
21
+ ```
22
+ dokploy("project.search", { q?: "...", name?: "...", description?: "...", limit?: "...", offset?: "..." })
23
+ ```
24
+
20
25
  ### project.remove
21
26
  ```
22
27
  dokploy("project.remove", { projectId: "..." })
@@ -63,3 +68,8 @@ dokploy("environment.update", { environmentId: "...", name?: "...", description?
63
68
  ```
64
69
  dokploy("environment.duplicate", { environmentId: "...", name: "...", description?: "..." })
65
70
  ```
71
+
72
+ ### environment.search
73
+ ```
74
+ dokploy("environment.search", { q?: "...", name?: "...", description?: "...", projectId?: "...", limit?: "...", offset?: "..." })
75
+ ```