Nexus MCP 桥接工具

Nexus MCP 桥接工具

轻量级 VSCode 扩展,用于连接 Claude Desktop 和工作区。

快速入门

  1. 从 VSIX 文件安装扩展。
  2. 配置设置(可选):
    • 设置端口:nexusMcpBridge.port
    • 启用自动启动:nexusMcpBridge.startOnLaunch
    • 允许的路径:nexusMcpBridge.allowedPaths
  3. 在 Claude Desktop 的配置文件中添加以下内容: { "mcpServers": { "nexus-bridge": { "url": "http://localhost:3000/mcp", "disabled": false, "alwaysAllow": ["get_system_info", "read_file", ...] } } }
  4. 使用命令控制桥接工具:
    • 启动:Start Nexus MCP Bridge
    • 停止:Stop Nexus MCP Bridge
    • 切换:Toggle Nexus MCP Bridge
  5. 状态栏可查看和控制桥接状态。