Complete tutorial materials for building MCP servers with Docker - from NetworkChuck's video
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"
]
}
}
}
Run in terminal:
claude mcp add docker-mcp-tutorial npx -y theNetworkChuck/docker-mcp-tutorial
Add to .cursor/mcp.json:
{
"mcpServers": {
"docker-mcp-tutorial": {
"command": "npx",
"args": [
"-y",
"theNetworkChuck/docker-mcp-tutorial"
]
}
}
}