From 768a10a4914489c01d04669f0245be34161c1973 Mon Sep 17 00:00:00 2001 From: Patryk Ciechanski Date: Thu, 12 Jun 2025 16:24:23 +0200 Subject: [PATCH] fix: Update mcpServers configuration key from 'gemini' to 'zen' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed all Claude Desktop configuration examples to use 'zen' as the mcpServers key for consistency with project naming (zen-mcp-server, zen-mcp-redis). This aligns the configuration naming with Docker service names and repository naming conventions. Users will need to update their claude_desktop_config.json files to use 'zen' instead of 'gemini' as the server key. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 6 +++--- docs/user-guides/configuration.md | 6 +++--- docs/user-guides/installation.md | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9ebcda4..e28337d 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ docker pull ghcr.io/beehiveinnovations/zen-mcp-server:v4.0.10 ```json { "mcpServers": { - "gemini": { + "zen": { "command": "docker", "args": [ "run", "--rm", "-i", @@ -223,7 +223,7 @@ You can customize the server behavior by adding additional environment variables ```json { "mcpServers": { - "gemini": { + "zen": { "command": "docker", "args": [ "run", "--rm", "-i", @@ -262,7 +262,7 @@ You can customize the server behavior by adding additional environment variables ```json { "mcpServers": { - "gemini": { + "zen": { "command": "docker", "args": [...], "env": { diff --git a/docs/user-guides/configuration.md b/docs/user-guides/configuration.md index 0589bbd..5651800 100644 --- a/docs/user-guides/configuration.md +++ b/docs/user-guides/configuration.md @@ -38,7 +38,7 @@ Add to your Claude Desktop config file: ```json { "mcpServers": { - "gemini": { + "zen": { "command": "docker", "args": [ "run", "--rm", "-i", @@ -70,7 +70,7 @@ Add to your Claude Desktop config file: ```json { "mcpServers": { - "gemini": { + "zen": { "command": "docker", "args": [ "run", "--rm", "-i", @@ -92,7 +92,7 @@ Add to your Claude Desktop config file: ```json { "mcpServers": { - "gemini": { + "zen": { "command": "docker", "args": [ "exec", diff --git a/docs/user-guides/installation.md b/docs/user-guides/installation.md index 89426b9..2ab98e6 100644 --- a/docs/user-guides/installation.md +++ b/docs/user-guides/installation.md @@ -61,7 +61,7 @@ docker pull ghcr.io/beehiveinnovations/zen-mcp-server:v1.2.0 ```json { "mcpServers": { - "gemini": { + "zen": { "command": "docker", "args": [ "run", "--rm", "-i", @@ -158,7 +158,7 @@ The setup script shows you the exact configuration. Add this to your Claude Desk ```json { "mcpServers": { - "gemini": { + "zen": { "command": "docker", "args": [ "exec",