codebridge-mcp
Verified Safeby P-de-Jong
Overview
Transforms VSCode into a multi-instance MCP server, enabling AI assistants to access and interact with the entire development environment across multiple workspaces.
Installation
No command providedEnvironment Variables
- MCP_DEBUG
- DEBUG
Security Notes
The server operates an HTTP endpoint primarily on `localhost`, which generally limits external attack surface. However, it uses `cors` with `origin: '*'` by default and disables `enableDnsRebindingProtection` explicitly for local development. While noted for development, these settings could pose risks if the server were exposed externally or in certain network configurations. Direct access to VSCode APIs via MCP tools is powerful; security relies on the trustworthiness of the connected AI client and proper client-side authentication/authorization, which is outside the scope of this server's direct implementation.
Similar Servers
wcgw
Empowering chat applications to code, build, and run on your local machine by providing tightly integrated shell and code editing tools.
In-Memoria
Provides persistent intelligence infrastructure for AI agents, enabling them to understand codebases, detect patterns, predict coding approaches, and generate context-aware insights.
octomind
Session-first AI development assistant with built-in Model Context Protocol (MCP) tools and multi-provider LLM support for interactive coding, file management, and web research.
fsi-mcp-server
Provides a Model Context Protocol (MCP) server wrapper for F# Interactive (FSI) to enable AI-assisted development workflows with programmatic access to FSI sessions.