Connect VSCode to MCP so AI can inspect code context in real time.
The material suggests this MCP tool mainly exposes VSCode/LSP context to AI assistants; no secrets or remote endpoints are declared, and no clear high-risk red flags are evident. However, it has local code-execution capability and comes from a third-party registry with weak adoption and unknown maintenance, so cautious use is advised.
The material explicitly states that no keys or environment variables are required. There is no indication that API keys, tokens, or other sensitive credentials are needed, so credential exposure appears limited.
No remote endpoint is declared, and the description only mentions connecting VSCode with MCP to provide LSP diagnostics, symbol information, and navigation data. Based on the available material, there is no factual indication of user data being sent to external services.
The system check marks it as executes-code, indicating it can execute code or spawn processes locally. This is a normal high-privilege capability for MCP tools and warrants attention to its actual scope, but by itself does not justify a high-risk rating.
Its functionality involves providing AI assistants with real-time VSCode/LSP diagnostics, symbol information, and code navigation, implying access at least to workspace code structure, editor context, or related project metadata. No obvious overreach is shown, but this level of local development data access warrants caution.
A positive factor is that an auditable open-source repository exists. However, it comes from a third-party registry, has no declared license, shows 0 stars, and has unknown maintenance status, so the trust and maintenance signals are weak; caution is more appropriate than a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "vscode-mcp" yet — see the docs or source repo.
Use vscode-mcp to read the workspace LSP diagnostics, identify the cause of the error in this TypeScript file, and suggest the smallest possible fix.
Returns the error location, explanation of the issue, and a minimal fix that can be applied directly.
Using vscode-mcp, fetch the definition, references, and related symbols for UserService in this project, and explain its role and relationships with other modules.
Outputs the symbol definition location, a summary of the call chain, and a brief explanation of module relationships.
With vscode-mcp code navigation, jump from the current function to related implementations, trace the execution flow, and summarize key logic and potential risks.
Provides an overview of the execution path, key files and functions, and an analysis of potential risk points.
Control Visual Studio 2022 via MCP for file, build, and debugging tasks.
Connect to VSCode-like editors to manage files and switch themes.
Let AI control VS Code for coding, debugging, screenshots, and test automation.
Enable AI code navigation and editing across languages through LSP-backed tools.
Access semantic code tools like definitions, references, rename, and diagnostics.
Expose read-only code intelligence like hover, definitions, references, and diagnostics.