From e56111e8c1292d369b698fecda75edbe403691f8 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 18:23:39 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 12 ++++++++++ .mcp.json | 9 ++++++++ README.md | 3 +++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 69 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 .mcp.json create mode 100644 README.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..1e741c4 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "docker-mcp-toolkit", + "description": "Integrates Docker Desktop's MCP Toolkit with Claude Code, enabling access to containerized MCP servers. Designed specifically for Docker Desktop's bundled MCP Gateway. Requires Docker Desktop 4.28+ with MCP Toolkit feature enabled.", + "version": "1.0.0", + "author": { + "name": "Docker Inc.", + "url": "https://github.com/docker" + }, + "mcp": [ + "./.mcp.json" + ] +} \ No newline at end of file diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..c3af053 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,9 @@ +{ + "mcpServers": { + "docker-mcp-gateway": { + "command": "docker", + "args": ["mcp", "gateway", "run"], + "env": {} + } + } +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..f4ab105 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# docker-mcp-toolkit + +Integrates Docker Desktop's MCP Toolkit with Claude Code, enabling access to containerized MCP servers. Designed specifically for Docker Desktop's bundled MCP Gateway. Requires Docker Desktop 4.28+ with MCP Toolkit feature enabled. diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..e267dc3 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:docker/claude-plugins:plugins/docker-mcp-toolkit", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "61f06dcf8319ea5416efa2dd2eefe7f7e2c13d51", + "treeHash": "383fc166139398c9c49ec500ef218305eda2057e1acc0d5e4cd1d66a9e9cd015", + "generatedAt": "2025-11-28T10:16:37.483975Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "name": "docker-mcp-toolkit", + "description": "Integrates Docker Desktop's MCP Toolkit with Claude Code, enabling access to containerized MCP servers. Designed specifically for Docker Desktop's bundled MCP Gateway. Requires Docker Desktop 4.28+ with MCP Toolkit feature enabled.", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": ".mcp.json", + "sha256": "1b98ad5831c4f75e7f3b1151cf1a6f72601895400c046aefccd2f9f0ed85bf64" + }, + { + "path": "README.md", + "sha256": "1aa46f2e9751e745a0351accbc27ab01f5d3a7bb171930bd893ea45d67c5a8a0" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "07de394087b14f557cb112cb0f73cfc5725a11d2894908beefa2bcb35011b491" + } + ], + "dirSha256": "383fc166139398c9c49ec500ef218305eda2057e1acc0d5e4cd1d66a9e9cd015" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file