Nexus MCP Bridge for VSCode

by wesnermichel

9 stars
425 downloads
Not rated
GitHub

About

A bridge that connects Claude Desktop to your VSCode workspace, enabling local file system access.

Details

Author
wesnermichel
GitHub stars
9
Downloads
425
Categories
Developer Tools, Other, AI

- Minimal memory footprint and lightweight design
- Automatic startup when VSCode launches
- Status bar integration for bridge control
- File system read and write access
- Directory creation and listing
- Security controls for allowed paths

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Nexus MCP Bridge for VSCode
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the extension from the VSIX file. Configure settings in VSCode (port, allowed paths, auto-start). Add the server URL to your Claude Desktop claude_desktop_config.json. Use the command palette or status bar to start, stop, or toggle the bridge.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "nexus mcp bridge for vscode": {
            "nexus-bridge": {
                "url": "http://localhost:3000/mcp",
                "disabled": false,
                "alwaysAllow": [
                    "get_system_info",
                    "read_file",
                    "write_file",
                    "create_directory",
                    "list_directory",
                    "get_project_status"
                ]
            }
        }
    }
}

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"
        ]
    }
}

A bridge that connects Claude Desktop to your VSCode workspace, enabling local file system access.

A lightweight bridge extension that lets Claude Desktop connect to your VSCode workspace via Model Context Protocol (MCP).

- Minimal Memory Footprint: Designed to be lightweight and efficient
- Automatic Startup: Can start automatically when VSCode launches
- Status Bar Integration: Easily see and control the bridge status
- File System Access: Enables Claude to read and write files in your workspace
- Directory Management: Create directories and list contents
- Security Controls: Configure which paths are accessible

If you're using Claude Desktop with VSCode, this bridge allows you to:
- Reduce Memory Usage: Lightweight and efficient
- Stay in VSCode: No need to context switch between applications
- Protect Your System: Only expose directories you explicitly allow
- Install the extension from the VSIX file
- Configure your settings (optional)
- The bridge will start automatically if configured, or you can start it manually

In Claude Desktop, configure yourclaude_desktop_config.jsonfile:

{ "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" ] }

- Start Nexus MCP Bridge: Start the MCP server
- Stop Nexus MCP Bridge: Stop the MCP server
- Toggle Nexus MCP Bridge: Toggle the server on/off (via status bar)

A lightweight VSCode extension for connecting with Claude Desktop via MCP.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

next-devtools-mcp is a MCP server that provides Next.js development tools and utilities for AI coding assistants like Claude and Cursor.

A demonstration server for ActionKit, providing access to Slack actions via Claude Desktop.

MCP server that lets Claude Code agents delegate tasks to agents in other project directories, with parallel dispatch, sessions, and async jobs.

Anchor Browser (https://anchorbrowser.io) is secure infrastructure for computer-use agents — stealth cloud browsers, authentication, captcha bypass, and a hosted MCP server for Cursor, Claude, and Windsurf.

Open-source Claude Code plugin replacing Read/Grep/Edit/Bash with token-efficient versions. Independently benchmarked at 57% token reduction on real codebases. 40 MCP tools.

Connects Blender to Claude AI via the Model Context Protocol (MCP), enabling direct interaction and control for prompt-assisted 3D modeling, scene creation, and manipulation.

Context-optimized security plugin for Claude Code that builds architecture maps and redacts secrets.

Charon gives AI clients scoped, auditable access to Lethe memory. connect to Chatgpt or Claude to store memories locally.

Score CLAUDE.md/AGENTS.md, validate clarx-manifest.json, generate CI workflows, and pull repo scan findings into Cursor, Claude, or Grok.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.