Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Complete tutorial materials for building MCP servers with Docker - from NetworkChuck's video
| Date | Stars |
|---|---|
| 2026-07-31 | 1593 |
| 2026-08-03 | 1595 |
| 2026-08-06 | 1595 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# 🚀 Docker MCP Tutorial - Build AI Tools with Docker [](https://youtube.com/@NetworkChuck) [](https://www.docker.com/products/docker-desktop/) [](https://modelcontextprotocol.io/) Learn how to build and deploy MCP (Model Context Protocol) servers using Docker! This repository contains everything from the NetworkChuck Docker MCP video tutorial, including complete examples, templates, and step-by-step guides. ## 🎥 Watch the Tutorial [**Watch the full video tutorial on YouTube →**](https://youtube.com/@NetworkChuck) ## ⚡ Quick Start (5 Minutes) Get your first MCP server running in under 5 minutes: ```bash # 1. Install Docker Desktop (if not already installed) # Visit: https://docs.docker.com/desktop/ # 2. Enable Docker MCP Toolkit # Settings → Beta Features → Enable "Docker MCP Toolkit" # 3. Clone this repository git clone https://github.com/networkchuck/docker-mcp-tutorial.git cd docker-mcp-tutorial # 4. Build the dice roller example cd examples/dice-roller docker build -t dice-mcp-server . # 5. Follow the Quick Start Guide # See: quick-start/setup-guide.md ``` ## 📚 What's Included ### 🎲 **Complete Working Example** - **Dice Roller** - Fun D&D dice rolling MCP server with all files ready to run ### 🛠️ **MCP Builder Prompt** NetworkChuck's custom prompt that generates complete MCP servers from simple descriptions. Just describe what you want, and it creates everything! ### 📖 **Comprehensive Documentation** - Step-by-step installation guides (Mac, Windows, Linux) - How to build custom MCP servers - Docker MCP Gateway deep dive - Troubleshooting common issues ### 🔗 **All Resources & Links** Every tool, link, and resource mentioned in the video, organized and ready to use. ## 🗂️ Repository Structure ``` docker-mcp-tutorial/ ├── examples/ # Complete working MCP server │ └── dice-roller/ # D&D dice rolling server ├── mcp-builder-prompt/ # AI prompt to generate MCP servers ├── quick-start/ # Get running in 5 minutes ├── docs/ # Detailed documentation │ ├── installation.md # Platform-specific setup │ ├── custom-servers.md # Build your own servers │ ├── docker-gateway.md # Gateway architecture │ └── troubleshooting.md # Common issues & fixes └── resources/ # Links and additional resources ``` ## 🎯 What You'll Learn 1. **MCP Fundamentals** - Understand the Model Context Protocol 2. **Docker Integration** - Run MCP servers in containers 3. **Build Custom Servers** - Create your own AI tools 4. **API Integration** - Connect to external services 5. **Security & Secrets** - Manage API keys safely 6. **Remote Access** - Expose servers over network 7. **n8n Integration** - Automation workflows with MCP ## 🚦 Prerequisites - **Docker Desktop** installed and running - **Claude Desktop** or another MCP-compatible client - Basic command line knowledge - Coffee ☕ (highly recommended) ## 📋 Installation Overview ### 1. Install Docker Desktop - [Download Docker Desktop](https://www.docker.com/products/docker-desktop/) - Enable MCP Toolkit in Beta Features ### 2. Configure MCP Client - Set up Claude Desktop, Cursor, or LM Studio - Configure MCP gateway connection ### 3. Build & Deploy - Build Docker containers for MCP servers - Register servers in catalog - Start using with your AI! *Detailed platform-specific instructions in [docs/installation.md](docs/installation.md)* ## 🔨 Building Your First MCP Server ### Using the MCP Builder Prompt 1. Open the prompt template: `mcp-builder-prompt/mcp-builder-prompt.md` 2. Describe your desired functionality 3. Feed to Claude or your preferred AI 4. Get complete, working MCP server code! ### Example: Weather MCP Server ``` "I want to build a weather MCP server that can: - Get cu
Excerpt of 7,103 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:bf665f9f75d962e3, name:tutorial, desc:tutorial