Nexus MCP Bridge for VSCode
VSCode 用 Nexus MCP ブリッジ
Claude Desktop が Model Context Protocol (MCP) を介して VSCode ワークスペースに接続できるようにする軽量ブリッジ拡張機能。
特徴
最小限のメモリフットプリント:軽量かつ効率的に設計
自動起動: VSCode の起動時に自動的に起動できます
ステータスバーの統合: ブリッジのステータスを簡単に確認、制御できます
ファイルシステムアクセス: ワークスペース内のファイルの読み取りと書き込みをクロードに許可します
ディレクトリ管理: ディレクトリを作成し、内容を一覧表示する
セキュリティコントロール: アクセス可能なパスを構成する
Related MCP server: Claude MCP Server Integration
この橋を使う理由
Claude Desktop を VSCode で使用している場合、このブリッジにより次のことが可能になります。
メモリ使用量を削減:軽量で効率的
VSCode に留まる: アプリケーション間でコンテキストを切り替える必要はありません
システムを保護する: 明示的に許可したディレクトリのみを公開する
インストール
VSIXファイルから拡張機能をインストールする
設定を構成する(オプション)
ブリッジは設定により自動的に起動しますが、手動で起動することもできます。
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-デスクトップサーバー
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityFmaintenanceEnables AI agents and assistants like Goose or Claude to interact with VS Code through the Model Context Protocol.762275Apache 2.0
- FlicenseNot gradedqualityDmaintenanceIntegration project for Model Context Protocol (MCP) servers with Claude Desktop App, enabling filesystem operations, development support, and file management through natural language.
- FlicenseAqualityNot gradedmaintenanceBridges Claude Desktop, Claude Code CLI, and Claude Code for VS Code, enabling developers to plan in Desktop, save specs to project directories, and invoke Claude Code CLI with seamless state sharing across interfaces.4
- AlicenseNot gradedqualityDmaintenanceEnables Claude Code and Claude Desktop to interact with Obsidian vaults through MCP protocol. Supports file operations, workspace context access, and dual transport (WebSocket and HTTP/SSE) for AI-powered assistance with your notes.339BSD Zero Clause
Related MCP Connectors
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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