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