MCP.so
ログイン

Nexus MCP Bridge for VSCode

@MCP-Mirror

Nexus MCP Bridge for VSCode について

Mirror of

基本情報

カテゴリ

開発者ツール

ライセンス

MIT license

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Nexus MCP Bridge for VSCode?

A lightweight VSCode extension that acts as a bridge, enabling Claude Desktop to connect to your VSCode workspace via the Model Context Protocol (MCP). It is designed for users who want Claude Desktop to interact directly with workspace files and directories while keeping a small memory footprint and staying inside VSCode.

How to use Nexus MCP Bridge for VSCode?

Install the extension from the VSIX file, then optionally configure settings such as the port and allowed paths. The bridge can start automatically on VSCode launch (startOnLaunch setting) or manually via the commands: “Start Nexus MCP Bridge”, “Stop Nexus MCP Bridge”, or “Toggle Nexus MCP Bridge” from the status bar. Finally, add the bridge to Claude Desktop’s claude_desktop_config.json with the URL http://localhost:3000/mcp and list the tools you want to allow.

Key features of Nexus MCP Bridge for VSCode

  • Minimal memory footprint and lightweight design.
  • Automatic startup when VSCode launches.
  • Status bar integration for easy control.
  • File system read and write access in the workspace.
  • Directory management (create directories, list contents).
  • Security controls to restrict accessible paths.

Use cases of Nexus MCP Bridge for VSCode

  • Let Claude Desktop edit and create files in your project without leaving VSCode.
  • Reduce memory usage by using a lightweight bridge instead of a full server.
  • Protect sensitive system areas by explicitly allowing only specific directories.
  • Automate project workflows by combining Claude Desktop’s reasoning with direct file access.

FAQ from Nexus MCP Bridge for VSCode

What is the default port for the bridge?

The default port is 3000, as shown in the configuration example (nexusMcpBridge.port).

How do I start the bridge?

You can start it either automatically by setting nexusMcpBridge.startOnLaunch to true in VSCode settings, or manually using the “Start Nexus MCP Bridge” command or the status bar toggle.

Which directories can Claude access?

Only the directories listed in the nexusMcpBridge.allowedPaths configuration array. By default, none are allowed; you must explicitly specify each path.

What tools does Claude Desktop need to allow?

The alwaysAllow list in claude_desktop_config.json can include get_system_info, read_file, write_file, create_directory, list_directory, and get_project_status.

Will the bridge start automatically every time I open VSCode?

Only if you set "nexusMcpBridge.startOnLaunch": true in your VSCode settings. Otherwise, you must start it manually.

コメント

「開発者ツール」の他のコンテンツ