Skip to content

Commit 44cc7ce

Browse files
authored
Add VT Code client information to documentation (modelcontextprotocol#1690)
* Add VT Code client information to documentation Added VT Code entry with details and features. * Audit and update features matrix table for VT Code * Update VT Code MCP integration features matrix * Rearrange VT Code entry alphabetically as per suggestion * Revise VT Code description and clean up links
1 parent cdfafa4 commit 44cc7ce

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/clients.mdx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ This page provides an overview of applications that support the Model Context Pr
9898
| [Tome][Tome] ||||||||
9999
| [TypingMind App][TypingMind App] ||||||||
100100
| [VS Code GitHub Copilot][VS Code] ||||||||
101+
| [VT Code][VT Code] ||||| ⚠️ |||
101102
| [Warp][Warp] ||||||||
102103
| [WhatsMCP][WhatsMCP] ||||||||
103104
| [Windsurf Editor][Windsurf] ||||||||
104105
| [Witsy][Witsy] ||||||||
105106
| [Zed][Zed] ||||||||
106107
| [Zencoder][Zencoder] ||||||||
107108

108-
109109
{/* prettier-ignore-end */}
110110

111111
[Resources]: /docs/concepts/resources
@@ -198,6 +198,7 @@ This page provides an overview of applications that support the Model Context Pr
198198
[Tome]: https://github.com/runebookai/tome
199199
[TypingMind App]: https://www.typingmind.com
200200
[VS Code]: https://code.visualstudio.com/
201+
[VT Code]: https://github.com/vinhnx/vtcode
201202
[Windsurf]: https://codeium.com/windsurf
202203
[gptme]: https://github.com/gptme/gptme
203204
[Warp]: https://www.warp.dev/
@@ -1250,6 +1251,20 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
12501251
- Tool calls with editable inputs and always-allow toggle
12511252
- Integration with existing VS Code extension system to register MCP servers from extensions
12521253

1254+
### VT Code
1255+
1256+
[VT Code](https://github.com/vinhnx/vtcode) is a terminal coding agent that integrates with Model Context Protocol (MCP) servers, focusing on predictable tool permissions and robust transport controls.
1257+
1258+
**Key features:**
1259+
1260+
- Connect to MCP servers over stdio; optional experimental RMCP/streamable HTTP support
1261+
- Configurable per-provider concurrency, startup/tool timeouts, and retries via `vtcode.toml`
1262+
- Pattern-based allowlists for tools, resources, and prompts with provider-level overrides
1263+
1264+
**Learn more:**
1265+
1266+
- [MCP Integration Guide](https://github.com/vinhnx/vtcode/blob/main/docs/guides/mcp-integration.md)
1267+
12531268
### Warp
12541269

12551270
[Warp](https://www.warp.dev/) is the intelligent terminal with AI and your dev team's knowledge built-in. With natural language capabilities integrated directly into an agentic command line, Warp enables developers to code, automate, and collaborate more efficiently -- all within a terminal that features a modern UX.

0 commit comments

Comments
 (0)