You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -198,6 +198,7 @@ This page provides an overview of applications that support the Model Context Pr
198
198
[Tome]: https://github.com/runebookai/tome
199
199
[TypingMind App]: https://www.typingmind.com
200
200
[VS Code]: https://code.visualstudio.com/
201
+
[VT Code]: https://github.com/vinhnx/vtcode
201
202
[Windsurf]: https://codeium.com/windsurf
202
203
[gptme]: https://github.com/gptme/gptme
203
204
[Warp]: https://www.warp.dev/
@@ -1184,7 +1185,7 @@ Smithery Playground is a developer-first MCP client for exploring, testing and d
1184
1185
- Support for selection of arbitrary React components in the chat experience, with state management and tool calling.
1185
1186
- Support for MCP servers, from Tambo's servers or directly from the browser.
1186
1187
- Supports OAuth 2.1 and custom header-based authentication.
1187
-
- Support for MCP tools, with additional MCP features coming soon.
1188
+
- Support for MCP tools and sampling, with additional MCP features coming soon.
1188
1189
1189
1190
### Tencent CloudBase AI DevKit
1190
1191
@@ -1250,6 +1251,20 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
1250
1251
- Tool calls with editable inputs and always-allow toggle
1251
1252
- Integration with existing VS Code extension system to register MCP servers from extensions
1252
1253
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
[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.
Copy file name to clipboardExpand all lines: docs/docs/develop/connect-local-servers.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,9 +283,9 @@ With this change in place, launch Claude Desktop once again.
283
283
284
284
<Warning>
285
285
286
-
**NPM should be installed globally**
286
+
**npm should be installed globally**
287
287
288
-
The `npx` command may continue to fail if you have not installed NPM globally. If NPM is already installed globally, you will find `%APPDATA%\npm` exists on your system. If not, you can install NPM globally by running the following command:
288
+
The `npx` command may continue to fail if you have not installed npm globally. If npm is already installed globally, you will find `%APPDATA%\npm` exists on your system. If not, you can install npm globally by running the following command:
0 commit comments