From b64c0b2926c80f4ee12b3f6b776ad2667cbcb6ef Mon Sep 17 00:00:00 2001
From: Vibor Cipan <48092564+viborc@users.noreply.github.com>
Date: Mon, 14 Jul 2025 14:59:54 +0200
Subject: [PATCH] docs: Adds Zencoder instructions for the Time and git MCP
Server (#2337)
* docs: Adds Zencoder instructions for the Time MCP Server
* docs: Adds Zencoder instructions for the git MCP Server
---
src/git/README.md | 18 ++++++++++++++++++
src/time/README.md | 18 ++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/src/git/README.md b/src/git/README.md
index 8edf2124cc..a1294d8c1d 100644
--- a/src/git/README.md
+++ b/src/git/README.md
@@ -247,6 +247,24 @@ Add to your Zed settings.json:
```
+### Usage with [Zencoder](https://zencoder.ai)
+
+1. Go to the Zencoder menu (...)
+2. From the dropdown menu, select `Agent Tools`
+3. Click on the `Add Custom MCP`
+4. Add the name (i.e. git) and server configuration from below, and make sure to hit the `Install` button
+
+
+Using uvx
+
+```json
+{
+ "command": "uvx",
+ "args": ["mcp-server-git", "--repository", "path/to/git/repo"]
+}
+```
+
+
## Debugging
You can use the MCP inspector to debug the server. For uvx installations:
diff --git a/src/time/README.md b/src/time/README.md
index dd47eb786f..01ce2f32e6 100644
--- a/src/time/README.md
+++ b/src/time/README.md
@@ -164,6 +164,24 @@ Optionally, you can add it to a file called `.vscode/mcp.json` in your workspace
```
+### Configure for Zencoder
+
+1. Go to the Zencoder menu (...)
+2. From the dropdown menu, select `Agent Tools`
+3. Click on the `Add Custom MCP`
+4. Add the name and server configuration from below, and make sure to hit the `Install` button
+
+
+Using uvx
+
+```json
+{
+ "command": "uvx",
+ "args": ["mcp-server-time"]
+ }
+```
+
+
### Customization - System Timezone
By default, the server automatically detects your system's timezone. You can override this by adding the argument `--local-timezone` to the `args` list in the configuration.