VSCode 用 Nexus MCP ブリッジ
Claude Desktop が Model Context Protocol (MCP) を介して VSCode ワークスペースに接続できるようにする軽量ブリッジ拡張機能。
特徴
- 最小限のメモリフットプリント:軽量かつ効率的に設計
- 自動起動: VSCode の起動時に自動的に起動できます
- ステータスバーの統合: ブリッジのステータスを簡単に確認、制御できます
- ファイルシステムアクセス: ワークスペース内のファイルの読み取りと書き込みをクロードに許可します
- ディレクトリ管理: ディレクトリを作成し、内容を一覧表示する
- セキュリティコントロール: アクセス可能なパスを構成する
この橋を使う理由
Claude Desktop を VSCode で使用している場合、このブリッジにより次のことが可能になります。
- メモリ使用量を削減:軽量で効率的
- VSCode に留まる: アプリケーション間でコンテキストを切り替える必要はありません
- システムを保護する: 明示的に許可したディレクトリのみを公開する
インストール
- VSIXファイルから拡張機能をインストールする
- 設定を構成する(オプション)
- ブリッジは設定により自動的に起動しますが、手動で起動することもできます。
Claudeデスクトップのセットアップ
Claude Desktop で、 claude_desktop_config.json
ファイルを設定します。
構成
VSCode 設定で拡張機能を構成できます。
コマンド
- Nexus MCP ブリッジを起動: MCP サーバーを起動します
- Nexus MCP ブリッジを停止: MCP サーバーを停止します
- Nexus MCP ブリッジの切り替え: サーバーのオン/オフを切り替えます (ステータス バー経由)
について
MCP 経由で Claude Desktop に接続するための軽量の VSCode 拡張機能。
github.com/wesnermichel
ライセンス
MIT# nexus-mcp-claude-デスクトップサーバー
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Claude Desktop がモデル コンテキスト プロトコルを介して VSCode ワークスペースに接続できるようにする軽量のブリッジ拡張機能。これにより、Claude はファイルの読み取りと書き込み、ディレクトリの作成、ワークスペース内のコンテンツの一覧表示が可能になります。
Related Resources
Related MCP Servers
- -securityAlicense-qualityThe 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 -2PythonMIT License
- -securityFlicense-qualityFacilitates 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 -4TypeScript
- -securityAlicense-qualityA 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 -29PythonMIT License
- -securityFlicense-qualityAn 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