So Docker introduced something which is very, very powerful. Docker MCP toolkit, it's a gateway that lets you set up, manage and turn MCP servers and connect them to AI agents. So now, think of Docker not just like you have images, like Node.js image, Python image, but also you have an MCP catalog. So MCP catalog, it's a way where you can find how MCP tools integrate in Docker and just in seconds you have MCP connection. I will show that. It's very easy.
Now it's time for our code demo. To be able to work with Docker, you should install it. The easiest part and the easiest way to install Docker is in going to Docker docs, click on Docker Desktop, install for Mac for example, click install and follow the steps. It's very easy. I already did that. So for that reason, I will not follow these steps. But if you don't already install Docker in your machine, if you use Docker Desktop, it's the best easy way.
Since we are in Docker, what do we have here? First of all, you will see that we have our models and we have MCP toolkit. If you don't see MCP toolkit, what you should do is basically go to the settings, go to beta features and enable Docker MCP toolkit. After enabling it, restart Docker and you'll see MCP toolkit and also catalog here. Okay, let's see what we have here. First of all, we have our models. You can install AI models in Docker directly. For example, you can download Wama or Gemma or any available AI model in Docker. But let's take a look more in MCP toolkit. Okay, MCP toolkit is basically a way how I connect MCP tool with my client. So let's go in catalog. In catalog, you can see that Docker already added more than 200 tools. So for example, if you want to interact with SWAC MCP tool, you can do it by clicking here and just up MCP server. That is so easy. Okay, let's search for something. For example, Docker Hub. I already added Docker Hub, but if you don't, what you should do, it's very easy.
Comments