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
VS Code 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.
2266
+
VS Code integrates MCP with GitHub Copilot [agents](https://code.visualstudio.com/docs/copilot/agents/overview), which plan, write code, and verify results across your project. Install MCP servers from the built-in gallery or configure them in workspace (`.vscode/mcp.json`) or user settings, with secure handling of keys via input variables.
2267
2267
2268
2268
**Key features:**
2269
2269
2270
-
- Support for stdio and server-sent events (SSE) transport
2271
-
- Per-session selection of tools per agent session for optimal performance
2272
-
- Easy server debugging with restart commands and output logging
2273
-
- Tool calls with editable inputs and always-allow toggle
2274
-
- Integration with existing VS Code extension system to register MCP servers from extensions
2270
+
- MCP server gallery in the Extensions view for one-click install and discovery
2271
+
- Support for stdio, SSE, and streamable HTTP transports
2272
+
- Sandbox mode for stdio servers on macOS and Linux to restrict file system and network access
2273
+
- MCP Apps for interactive UI components like forms and visualizations rendered in chat
2274
+
- Per-session tool selection, editable inputs, and auto-approve toggle
2275
+
- Enterprise management of MCP server access via GitHub policies
2276
+
- Settings Sync support to share MCP configuration across devices
0 commit comments