Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:39 +08:00
commit e56111e8c1
4 changed files with 69 additions and 0 deletions

View File

@@ -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"
]
}