Nexus MCP Bridge
by wesnermichel
A lightweight VSCode extension that lets Claude Desktop connect to your VSCode workspace via Model Context Protocol (MCP). It enables Claude to read and write files in your workspace.
Last updated: N/A
What is Nexus MCP Bridge?
The Nexus MCP Bridge is a VSCode extension that acts as a bridge between Claude Desktop and your VSCode workspace using the Model Context Protocol (MCP). It allows Claude to interact with your files and directories within VSCode.
How to use Nexus MCP Bridge?
- Install the extension from the VSIX file.
- Configure your settings in VSCode (optional).
- Configure your
claude_desktop_config.json
file with the provided example. - The bridge will start automatically if configured, or you can start it manually using the provided commands.
Key features of Nexus MCP Bridge
Minimal Memory Footprint
Automatic Startup
Status Bar Integration
File System Access
Directory Management
Security Controls
Use cases of Nexus MCP Bridge
Reduce memory usage when using Claude Desktop with VSCode.
Stay within VSCode without switching between applications.
Protect your system by only exposing explicitly allowed directories to Claude.
Enable Claude to read, write, and manage files within your VSCode workspace.
FAQ from Nexus MCP Bridge
What is Model Context Protocol (MCP)?
What is Model Context Protocol (MCP)?
MCP is a protocol that allows applications like Claude Desktop to interact with other applications, such as VSCode, to access and manipulate files and directories.
How do I configure the allowed paths?
How do I configure the allowed paths?
You can configure the allowed paths in your VSCode settings using the nexusMcpBridge.allowedPaths
setting. Provide an array of absolute paths that you want to allow Claude to access.
What port does the bridge use by default?
What port does the bridge use by default?
The bridge uses port 3000 by default. You can change this in your VSCode settings using the nexusMcpBridge.port
setting.
How do I start and stop the bridge?
How do I start and stop the bridge?
You can start and stop the bridge using the provided commands: 'Start Nexus MCP Bridge', 'Stop Nexus MCP Bridge', and 'Toggle Nexus MCP Bridge'. You can also toggle the server on/off via the status bar.
Is this extension secure?
Is this extension secure?
The extension provides security controls by allowing you to configure which paths are accessible to Claude. It's important to only expose directories that you trust.