Skip to content

VS Code

Visual Studio Code with GitHub Copilot agent mode supports MCP through mcp.json. Use this in Unreal C++ or Blueprint workflows when you prefer VS Code over Cursor.

Prerequisites: YetiTech Docs MCP overview · VS Code with Copilot agent / MCP support enabled

ScopeHow to open
Workspace (share with team).vscode/mcp.json in your project — commit to git
User (all workspaces)Command Palette → MCP: Open User Configuration

VS Code uses a servers object (not mcpServers):

{
"servers": {
"yetitech-docs": {
"type": "http",
"url": "https://mcp.yetitechstudios.com"
}
}
}
  1. Save mcp.json.
  2. Command Palette → MCP: List Servers — start or restart yetitech-docs if needed.
  3. Open Copilot Agent mode and confirm tools from yetitech-docs appear.
  • “Search YetiTech docs for Game Viewport Widget setup”
  • “What does the Operating System Simulator docs say about Global Messenger?”
ProblemFix
Server not listedUse MCP: Open Workspace Folder MCP Configuration and confirm path is .vscode/mcp.json
Wrong JSON shapeRoot key must be servers, not mcpServers
Remote dev containerAdd config to remote user settings (MCP: Open Remote User Configuration)

Overview · Cursor · Claude · Windsurf · Cline · Zed · Continue