Skip to content

Commit 8fe803b

Browse files
authored
Merge pull request modelcontextprotocol#675 from modelcontextprotocol/basil/add_zencoder
docs: Add Zencoder to list of MCP clients
2 parents cfdfc11 + 04decfe commit 8fe803b

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

docs/clients.mdx

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ This page provides an overview of applications that support the Model Context Pr
6464
| [Windsurf Editor][Windsurf] ||||||| Supports tools with AI Flow for collaborative development. |
6565
| [Witsy][Witsy] ||||||| Supports tools in Witsy. |
6666
| [Zed][Zed] ||||||| Prompts appear as slash commands |
67+
| [Zencoder][Zencoder] ||||||| Supports tools |
6768

6869
[5ire]: https://github.com/nanbingxyz/5ire
6970
[AgentAI]: https://github.com/AdamStrojek/rust-agentai
@@ -117,6 +118,7 @@ This page provides an overview of applications that support the Model Context Pr
117118
[WhatsMPC]: https://wassist.app/mcp/
118119
[Witsy]: https://github.com/nbonamy/witsy
119120
[Zed]: https://zed.dev
121+
[Zencoder]: https://zecoder.ai
120122
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
121123
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
122124
[Tools]: https://modelcontextprotocol.io/docs/concepts/tools
@@ -271,7 +273,7 @@ The Claude desktop application provides comprehensive support for MCP, enabling
271273

272274
[Continue](https://github.com/continuedev/continue) is an open-source AI code assistant, with built-in support for all MCP features.
273275

274-
**Key features**
276+
**Key features:**
275277

276278
- Type "@" to mention MCP resources
277279
- Prompt templates surface as slash commands
@@ -292,7 +294,7 @@ The Claude desktop application provides comprehensive support for MCP, enabling
292294

293295
[Cursor](https://docs.cursor.com/advanced/model-context-protocol) is an AI code editor.
294296

295-
**Key Features**:
297+
**Key features:**
296298

297299
- Support for MCP tools in Cursor Composer
298300
- Support for both STDIO and SSE
@@ -397,7 +399,7 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
397399

398400
[HyperAgent](https://github.com/hyperbrowserai/HyperAgent) is Playwright supercharged with AI. With HyperAgent, you no longer need brittle scripts, just powerful natural language commands. Using MCP servers, you can extend the capability of HyperAgent, without having to write any code.
399401

400-
**Key features**
402+
**Key features:**
401403

402404
- AI Commands: Simple APIs like page.ai(), page.extract() and executeTask() for any AI automation
403405
- Fallback to Regular Playwright: Use regular Playwright when AI isn't needed
@@ -474,7 +476,7 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
474476

475477
[MCPHub] is a powerful Neovim plugin that integrates MCP (Model Context Protocol) servers into your workflow.
476478

477-
**Key features**
479+
**Key features:**
478480

479481
- Install, configure and manage MCP servers with an intuitive UI.
480482
- Built-in Neovim MCP server with support for file operations (read, write, search, replace), command execution, terminal integration, LSP integration, buffers, and diagnostics.
@@ -583,7 +585,7 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
583585

584586
[Postman](https://postman.com/downloads) is the most popular API client and now supports MCP server testing and debugging.
585587

586-
**Key features**:
588+
**Key features:**
587589

588590
- Full support of all major MCP features (tools, prompts, resources, and subscriptions)
589591
- Fast, seamless UI for debugging MCP capabilities
@@ -754,6 +756,22 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
754756
- Tight integration with editor features and workspace context
755757
- Does not support MCP resources
756758

759+
### Zencoder
760+
761+
[Zencoder](https://zecoder.ai) is a coding agent that's available as an extension for VS Code and JetBrains family of IDEs, meeting developers where they already work. It comes with RepoGrokking (deep contextual codebase understanding), agentic pipeline, and the ability to create and share custom agents.
762+
763+
**Key features:**
764+
765+
- RepoGrokking - deep contextual understanding of codebases
766+
- Agentic pipeline - runs, tests, and executes code before outputting it
767+
- Zen Agents platform - ability to build and create custom agents and share with the team
768+
- Integrated MCP tool library with one-click installations
769+
- Specialized agents for Unit and E2E Testing
770+
771+
**Learn more:**
772+
773+
- [Zencoder Documentation](https://docs.zencoder.ai)
774+
757775
## Adding MCP support to your application
758776

759777
If you've added MCP support to your application, we encourage you to submit a pull request to add it to this list. MCP integration can provide your users with powerful contextual AI capabilities and make your application part of the growing MCP ecosystem.

0 commit comments

Comments
 (0)