Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 6aa9288

Browse files
authored
Adding VS Code to clients (#274)
1 parent 3b0da00 commit 6aa9288

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

clients.mdx

+12
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ This page provides an overview of applications that support the Model Context Pr
3030
| [Sourcegraph Cody][Cody] |||||| Supports resources through OpenCTX |
3131
| [Superinterface][Superinterface] |||||| Supports tools |
3232
| [TheiaAI/TheiaIDE][TheiaAI/TheiaIDE] |||||| Supports tools for Agents in Theia AI and the AI-powered Theia IDE |
33+
| [VS Code GitHub Copilot][VS Code] |||||| Supports tools, roots, dynamic discovery, secure secret configuration, and one-click installation |
3334
| [Windsurf Editor][Windsurf] |||||| Supports tools with AI Flow for collaborative development. |
3435
| [Witsy][Witsy] |||||| Supports tools in Witsy. |
3536
| [Zed][Zed] |||||| Prompts appear as slash commands |
@@ -72,6 +73,7 @@ This page provides an overview of applications that support the Model Context Pr
7273
[Tools]: https://modelcontextprotocol.io/docs/concepts/tools
7374
[Sampling]: https://modelcontextprotocol.io/docs/concepts/sampling
7475
[Microsoft Copilot Studio]: https://learn.microsoft.com/en-us/microsoft-copilot-studio/agent-extend-action-mcp
76+
[VS Code]: https://code.visualstudio.com/
7577

7678
## Client details
7779

@@ -260,6 +262,16 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
260262
- [Theia IDE and Theia AI MCP Announcement](https://eclipsesource.com/blogs/2024/12/19/theia-ide-and-theia-ai-support-mcp/)
261263
- [Download the AI-powered Theia IDE](https://theia-ide.org/)
262264

265+
### VS Code GitHub Copilot
266+
[VS Code](https://code.visualstudio.com/) integrates MCP with GitHub Copilot through [agent mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode), allowing direct interaction with MCP-provided tools within your agentic coding workflow. Configure servers in Claude Desktop, workspace or user settings, with guided MCP installation and secure handling of keys in input variables to avoid leaking hard-coded keys.
267+
268+
**Key features:**
269+
- Support for stdio and server-sent events (SSE) transport
270+
- Per-session selection of tools per agent session for optimal performance
271+
- Easy server debugging with restart commands and output logging
272+
- Tool calls with editable inputs and always-allow toggle
273+
- Integration with existing VS Code extension system to register MCP servers from extensions
274+
263275
### Windsurf Editor
264276
[Windsurf Editor](https://codeium.com/windsurf) is an agentic IDE that combines AI assistance with developer workflows. It features an innovative AI Flow system that enables both collaborative and independent AI interactions while maintaining developer control.
265277

0 commit comments

Comments
 (0)