docker-mcp-tutorial

theNetworkChuck/docker-mcp-tutorial
★ 1,393 stars Unknown language ⚙️ DevOps Updated 1mo ago
Complete tutorial materials for building MCP servers with Docker - from NetworkChuck's video
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "docker-mcp-tutorial": {
      "command": "npx",
      "args": [
        "-y",
        "theNetworkChuck/docker-mcp-tutorial"
      ]
    }
  }
}