Skip to main content
Glama

Nexus MCP Bridge for VSCode

by wesnermichel

VSCode 用 Nexus MCP ブリッジ

Claude Desktop が Model Context Protocol (MCP) を介して VSCode ワークスペースに接続できるようにする軽量ブリッジ拡張機能。

特徴

  • 最小限のメモリフットプリント:軽量かつ効率的に設計
  • 自動起動: VSCode の起動時に自動的に起動できます
  • ステータスバーの統合: ブリッジのステータスを簡単に確認、制御できます
  • ファイルシステムアクセス: ワークスペース内のファイルの読み取りと書き込みをクロードに許可します
  • ディレクトリ管理: ディレクトリを作成し、内容を一覧表示する
  • セキュリティコントロール: アクセス可能なパスを構成する

この橋を使う理由

Claude Desktop を VSCode で使用している場合、このブリッジにより次のことが可能になります。

  1. メモリ使用量を削減:軽量で効率的
  2. VSCode に留まる: アプリケーション間でコンテキストを切り替える必要はありません
  3. システムを保護する: 明示的に許可したディレクトリのみを公開する

インストール

  1. VSIXファイルから拡張機能をインストールする
  2. 設定を構成する(オプション)
  3. ブリッジは設定により自動的に起動しますが、手動で起動することもできます。

Claudeデスクトップのセットアップ

Claude Desktop で、 claude_desktop_config.jsonファイルを設定します。

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

構成

VSCode 設定で拡張機能を構成できます。

{ "nexusMcpBridge.port": 3000, "nexusMcpBridge.startOnLaunch": true, "nexusMcpBridge.allowedPaths": [ "/path/to/your/project", "/path/to/another/project" ] }

コマンド

  • Nexus MCP ブリッジを起動: MCP サーバーを起動します
  • Nexus MCP ブリッジを停止: MCP サーバーを停止します
  • Nexus MCP ブリッジの切り替え: サーバーのオン/オフを切り替えます (ステータス バー経由)

について

MCP 経由で Claude Desktop に接続するための軽量の VSCode 拡張機能。

github.com/wesnermichel

ライセンス

MIT# nexus-mcp-claude-デスクトップサーバー

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Claude Desktop がモデル コンテキスト プロトコルを介して VSCode ワークスペースに接続できるようにする軽量のブリッジ拡張機能。これにより、Claude はファイルの読み取りと書き込み、ディレクトリの作成、ワークスペース内のコンテンツの一覧表示が可能になります。

  1. 特徴
    1. この橋を使う理由
      1. インストール
        1. Claudeデスクトップのセットアップ
          1. 構成
            1. コマンド
              1. について
                1. ライセンス

                  Related MCP Servers

                  • A
                    security
                    A
                    license
                    A
                    quality
                    A collection of Model Context Protocol servers that enable Claude Desktop to provide development assistance capabilities with filesystem, Git, shell command, and web search functionality without incurring API usage costs.
                    Last updated -
                    2
                    19
                    TypeScript
                    MIT License
                    • Apple
                  • A
                    security
                    A
                    license
                    A
                    quality
                    A utility tool that enables Claude Desktop to interact with external tools via the Model Context Protocol, providing features like email sending and simple calculations while simplifying the MCP setup process.
                    Last updated -
                    2
                    6
                    11
                    JavaScript
                    MIT License
                    • Apple
                  • -
                    security
                    F
                    license
                    -
                    quality
                    A server implementation of the Model Context Protocol that allows users to extend Claude's capabilities by creating custom tools that can be used within the Claude Desktop client.
                    Last updated -
                    TypeScript
                    • Apple
                  • A
                    security
                    F
                    license
                    A
                    quality
                    A Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.
                    Last updated -
                    423
                    TypeScript
                    • Apple

                  View all related MCP servers

                  MCP directory API

                  We provide all the information about MCP servers via our MCP API.

                  curl -X GET 'https://glama.ai/api/mcp/v1/servers/wesnermichel/nexus-mcp-claude-desktop-server'

                  If you have feedback or need assistance with the MCP directory API, please join our Discord server