A lightweight bridge extension that enables Claude Desktop to connect to VSCode workspaces via Model Context Protocol, allowing Claude to read and write files, create directories, and list contents in your workspace.
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
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!