Skip to main content
Glama
wesnermichel

Nexus MCP Bridge for VSCode

by wesnermichel

适用于 VSCode 的 Nexus MCP 桥

轻量级桥接扩展,让 Claude Desktop 通过模型上下文协议 (MCP) 连接到您的 VSCode 工作区。

特征

  • 最小内存占用:设计轻量且高效

  • 自动启动:VSCode 启动时可以自动启动

  • 状态栏集成:轻松查看和控制桥梁状态

  • 文件系统访问:使 Claude 能够读取和写入工作区中的文件

  • 目录管理:创建目录并列出内容

  • 安全控制:配置可访问的路径

Related MCP server: Hello-MCP

为什么要使用这座桥?

如果您将 Claude Desktop 与 VSCode 结合使用,此桥接器允许您:

  1. 减少内存使用:轻量且高效

  2. 留在 VSCode 中:无需在应用程序之间进行上下文切换

  3. 保护您的系统:仅公开您明确允许的目录

安装

  1. 从 VSIX 文件安装扩展

  2. 配置您的设置(可选)

  3. 如果已配置,桥接器将自动启动,或者您可以手动启动它

Claude Desktop 的设置

在 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 Bridge :启动 MCP 服务器

  • 停止 Nexus MCP Bridge :停止 MCP 服务器

  • 切换 Nexus MCP Bridge :打开/关闭服务器(通过状态栏)

关于

一个轻量级的 VSCode 扩展,用于通过 MCP 连接 Claude Desktop。

github.com/wesnermichel

执照

麻省理工学院# nexus-mcp-claude-desktop-server

-
security - not tested
A
license - permissive license
-
quality - not tested

Latest Blog Posts

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