Nexus MCP Bridge for VSCode
@wesnermichel
Nexus MCP Bridge for VSCode について
NEXUS MCP- Simple MCP server for Claude Desktop
基本情報
設定
以下の設定を使って、このサーバーを 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 enables Claude Desktop to connect to your VSCode workspace through the Model Context Protocol (MCP). It provides file system access, directory management, and configurable security controls for developers using Claude Desktop alongside VSCode.
How to use Nexus MCP Bridge for VSCode?
Install the extension from the VSIX file. Configure settings in VSCode (port, allowed paths, auto-start). Add the server URL to your Claude Desktop claude_desktop_config.json. Use the command palette or status bar to start, stop, or toggle the bridge.
Key features of Nexus MCP Bridge for VSCode
- Minimal memory footprint and lightweight design
- Automatic startup when VSCode launches
- Status bar integration for bridge control
- File system read and write access
- Directory creation and listing
- Security controls for allowed paths
Use cases of Nexus MCP Bridge for VSCode
- Connect Claude Desktop to your VSCode workspace seamlessly
- Reduce memory usage compared to alternative bridges
- Let Claude read and write files without switching applications
- Expose only explicitly allowed directories for safety
FAQ from Nexus MCP Bridge for VSCode
How do I configure the bridge?
Set nexusMcpBridge.port, nexusMcpBridge.startOnLaunch, and nexusMcpBridge.allowedPaths in your VSCode settings. Then configure Claude Desktop with the server URL in claude_desktop_config.json.
Can I start and stop the bridge manually?
Yes. Use the commands "Start Nexus MCP Bridge", "Stop Nexus MCP Bridge", or toggle it via the status bar icon.
What directories can Claude access?
Only the paths listed in nexusMcpBridge.allowedPaths in your settings. By default no paths are allowed until you configure them.
Does the bridge run locally?
Yes. The MCP server runs on http://localhost:3000/mcp by default (port configurable). No remote data transmission is required.
What are the runtime requirements?
Only VSCode and Claude Desktop. No additional dependencies or runtime environments are needed.
「AI とエージェント」の他のコンテンツ
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
コメント