🚀 Build and deploy MCP servers effortlessly using Docker with step-by-step guides and complete examples from the NetworkChuck tutorial.
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",
"mamaamacrivi/docker-mcp-tutorial"
]
}
}
}
Run in terminal:
claude mcp add docker-mcp-tutorial npx -y mamaamacrivi/docker-mcp-tutorial
Add to .cursor/mcp.json:
{
"mcpServers": {
"docker-mcp-tutorial": {
"command": "npx",
"args": [
"-y",
"mamaamacrivi/docker-mcp-tutorial"
]
}
}
}