From c54227bd750da542286ca7e522ac461268ccc383 Mon Sep 17 00:00:00 2001 From: Ivan Kokalovic <67540157+koke1997@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:36:16 +0200 Subject: [PATCH 1/3] Notice for Docker engine Docker engine needs to run in background before Claude Desktop App. Even if you run Claude Desktop as adminstrator , this will still not run docker engine . --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 288d7548..9ede4af2 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ More about using MCP server tools in VS Code's [agent mode documentation](https: ### Usage with Claude Desktop +Keep in mind Docker engine has to run in background before running Claude Desktop App if you are using Windows. + ```json { "mcpServers": { From 8d823e0d067dd3d12e04cc26d8ff60f75b70a24a Mon Sep 17 00:00:00 2001 From: Ivan Kokalovic <67540157+koke1997@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:46:22 +0200 Subject: [PATCH 2/3] Nitpick from copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ede4af2..ff846c32 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ More about using MCP server tools in VS Code's [agent mode documentation](https: ### Usage with Claude Desktop -Keep in mind Docker engine has to run in background before running Claude Desktop App if you are using Windows. +Keep in mind that the Docker engine must be running in the background before starting the Claude Desktop App on Windows. ```json { From 3a03d9bc750de544a063430cf1fcc9236ca97fa2 Mon Sep 17 00:00:00 2001 From: Ivan Kokalovic <67540157+koke1997@users.noreply.github.com> Date: Thu, 17 Apr 2025 15:55:13 +0200 Subject: [PATCH 3/3] Added both version Co-authored-by: Sam Morrow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff846c32..41685923 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ More about using MCP server tools in VS Code's [agent mode documentation](https: ### Usage with Claude Desktop -Keep in mind that the Docker engine must be running in the background before starting the Claude Desktop App on Windows. +Keep in mind that the [Docker Engine](https://docs.docker.com/engine/)/[Docker Desktop](https://www.docker.com/products/docker-desktop/) must be running in the background before starting the Claude Desktop App on Windows. ```json {