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

                  • -
                    security
                    A
                    license
                    -
                    quality
                    The Claude Dev Server enables direct interaction with the file system within a specified workspace, allowing users to perform file and directory operations and implement code artifacts in software development using natural language commands.
                    Last updated -
                    2
                    Python
                    MIT License
                    • Apple
                  • -
                    security
                    F
                    license
                    -
                    quality
                    Facilitates real-time tool discovery and documentation retrieval for command-line tools within a VSCode extension, using Express and SSE for secure and dynamic content streaming.
                    Last updated -
                    4
                    TypeScript
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A comprehensive code analysis and management tool that integrates with Claude Desktop to analyze code at project and file levels, helping adapt changes to projects intelligently.
                    Last updated -
                    29
                    Python
                    MIT License
                  • -
                    security
                    F
                    license
                    -
                    quality
                    An MCP server that connects to your Notion knowledge base, allowing you to query and retrieve information directly from VSCode using the Cline extension.
                    Last updated -
                    Python
                    • 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