Skip to content

Commit b64c0b2

Browse files
authored
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
1 parent d26ee26 commit b64c0b2

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

src/git/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,24 @@ Add to your Zed settings.json:
247247
```
248248
</details>
249249

250+
### Usage with [Zencoder](https://zencoder.ai)
251+
252+
1. Go to the Zencoder menu (...)
253+
2. From the dropdown menu, select `Agent Tools`
254+
3. Click on the `Add Custom MCP`
255+
4. Add the name (i.e. git) and server configuration from below, and make sure to hit the `Install` button
256+
257+
<details>
258+
<summary>Using uvx</summary>
259+
260+
```json
261+
{
262+
"command": "uvx",
263+
"args": ["mcp-server-git", "--repository", "path/to/git/repo"]
264+
}
265+
```
266+
</details>
267+
250268
## Debugging
251269

252270
You can use the MCP inspector to debug the server. For uvx installations:

src/time/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,24 @@ Optionally, you can add it to a file called `.vscode/mcp.json` in your workspace
164164
```
165165
</details>
166166

167+
### Configure for Zencoder
168+
169+
1. Go to the Zencoder menu (...)
170+
2. From the dropdown menu, select `Agent Tools`
171+
3. Click on the `Add Custom MCP`
172+
4. Add the name and server configuration from below, and make sure to hit the `Install` button
173+
174+
<details>
175+
<summary>Using uvx</summary>
176+
177+
```json
178+
{
179+
"command": "uvx",
180+
"args": ["mcp-server-time"]
181+
}
182+
```
183+
</details>
184+
167185
### Customization - System Timezone
168186

169187
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.

0 commit comments

Comments
 (0)