Back to Home
P-de-Jong icon

codebridge-mcp

Verified Safe

by 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

Run Command
No command provided

Environment 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

Stats

Interest Score30
Security Score7
Cost ClassMedium
Avg Tokens2000
Stars1
Forks0
Last Update2026-01-19

Tags

VSCodeMCP ServerAI AssistantDevelopment EnvironmentMulti-Instance