
Nexus MCP Bridge
VSCode extension connecting Claude Desktop to workspaces via MCP
VSCode extension connecting Claude Desktop to workspaces via MCP
A lightweight bridge extension that lets Claude Desktop connect to your VSCode workspace via Model Context Protocol (MCP).
If you're using Claude Desktop with VSCode, this bridge allows you to:
In Claude Desktop, configure your claude_desktop_config.json
file:
{ "mcpServers": { "nexus-bridge": { "url": "http://localhost:3000/mcp", "disabled": false, "alwaysAllow": [ "get_system_info", "read_file", "write_file", "create_directory", "list_directory", "get_project_status" ] } } }
You can configure the extension in your VSCode settings:
{ "nexusMcpBridge.port": 3000, "nexusMcpBridge.startOnLaunch": true, "nexusMcpBridge.allowedPaths": [ "/path/to/your/project", "/path/to/another/project" ] }
A lightweight VSCode extension for connecting with Claude Desktop via MCP.
github.com/wesnermichel
MIT# nexus-mcp-claude-desktop-server