VSCode
by microsoft · Added 26d ago
391
Install
git clone https://github.com/microsoft/semanticworkbench/tree/HEAD/mcp-servers/mcp-server-vscodeAbout
The VSCode MCP Server is a VSCode extension that acts as a Model Context Protocol (MCP) server integrated directly within VSCode. Its primary purpose is to expose a coding diagnostic tool—namely, the code_checker—which aggregates diagnostic messages (similar to those displayed in VSCode’s Problems panel) and makes them accessible to an external AI assistant via Server-Sent Events (SSE). This allows your assistant to invoke MCP methods and retrieve timely diagnostic information from your workspace.
Tags
AI & MLmcp-server