MCP.so
登录

Nexus MCP Bridge for VSCode

@wesnermichel

关于 Nexus MCP Bridge for VSCode

NEXUS MCP- Simple MCP server for Claude Desktop

基本信息

分类

AI 与智能体

许可证

MIT

运行时

node

传输方式

stdio

发布者

wesnermichel

配置

使用下面的配置,将此服务器添加到你的 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 与智能体 分类下的更多 MCP 服务器