docker_practice (MCP Server)

GitHub

最新Docker容器技术,从真实案例中学习最佳实践!| Learn and understand Docker&Container technologies, with real DevOps practice!

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "docker_practice": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-docker_practice"
      ]
    }
  }
}