VSC-MCPServer
Verified Safeby CodingWithCalvin
Overview
Exposes VS Code's language intelligence via a Model Context Protocol (MCP) server for AI coding assistants.
Installation
No command providedSecurity Notes
The server is designed to bind only to localhost (`127.0.0.1`) and includes DNS rebinding protection and CORS restrictions to only allow requests from localhost origins. This significantly limits external attack surfaces. No `eval` or obvious hardcoded secrets were found. The core functionality wraps trusted VS Code API commands, meaning the security model relies on the inherent trust in VS Code's capabilities.
Similar Servers
azure-devops-mcp
Provides a local Model Context Protocol (MCP) server that enables AI agents to interact with Azure DevOps, performing tasks such as managing work items, repositories, pipelines, test plans, wikis, and advanced security directly from a code editor.
chunkhound
Provides local-first codebase intelligence, extracting architecture, patterns, and institutional knowledge for AI assistants.
cclsp
Integrate LLM-based coding agents with Language Server Protocol (LSP) servers to enable robust code navigation, symbol resolution, and refactoring across various programming languages.
In-Memoria
Provides persistent intelligence infrastructure for AI agents, enabling them to understand codebases, detect patterns, predict coding approaches, and generate context-aware insights.