From 11f23230572534fded97ee9f9b0d5bfcf73d43b8 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 2 Feb 2026 12:14:59 +0100 Subject: [PATCH] :sparkles: Add mcp to default compose template --- docker/images/docker-compose.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docker/images/docker-compose.yaml b/docker/images/docker-compose.yaml index 8076064b94..61df118f1c 100644 --- a/docker/images/docker-compose.yaml +++ b/docker/images/docker-compose.yaml @@ -198,6 +198,13 @@ services: ## Valkey (or previously Redis) is used for the websockets notifications. PENPOT_REDIS_URI: redis://penpot-valkey/0 + penpot-mcp: + image: penpotapp/mcp:${PENPOT_VERSION:-latest} + restart: always + + networks: + - penpot + penpot-postgres: image: "postgres:15" restart: always