Skip to main content
Glama

Nexus MCP Bridge for VSCode

by wesnermichel

适用于 VSCode 的 Nexus MCP 桥

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

特征

  • 最小内存占用:设计轻量且高效
  • 自动启动:VSCode 启动时可以自动启动
  • 状态栏集成:轻松查看和控制桥梁状态
  • 文件系统访问:使 Claude 能够读取和写入工作区中的文件
  • 目录管理:创建目录并列出内容
  • 安全控制:配置可访问的路径

为什么要使用这座桥?

如果您将 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

local-only server

The server can only run on the client's local machine because it depends on local resources.

轻量级桥接扩展,使 Claude Desktop 能够通过模型上下文协议连接到 VSCode 工作区,从而允许 Claude 读取和写入文件、创建目录以及列出工作区中的内容。

  1. 特征
    1. 为什么要使用这座桥?
      1. 安装
        1. Claude Desktop 的设置
          1. 配置
            1. 命令
              1. 关于
                1. 执照

                  Related MCP Servers

                  • -
                    security
                    A
                    license
                    -
                    quality
                    The Claude Dev Server enables direct interaction with the file system within a specified workspace, allowing users to perform file and directory operations and implement code artifacts in software development using natural language commands.
                    Last updated -
                    2
                    Python
                    MIT License
                    • Apple
                  • -
                    security
                    F
                    license
                    -
                    quality
                    Facilitates real-time tool discovery and documentation retrieval for command-line tools within a VSCode extension, using Express and SSE for secure and dynamic content streaming.
                    Last updated -
                    4
                    TypeScript
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A comprehensive code analysis and management tool that integrates with Claude Desktop to analyze code at project and file levels, helping adapt changes to projects intelligently.
                    Last updated -
                    29
                    Python
                    MIT License
                  • -
                    security
                    F
                    license
                    -
                    quality
                    An MCP server that connects to your Notion knowledge base, allowing you to query and retrieve information directly from VSCode using the Cline extension.
                    Last updated -
                    Python
                    • Apple

                  View all related MCP servers

                  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