适用于 VSCode 的 Nexus MCP 桥
轻量级桥接扩展,让 Claude Desktop 通过模型上下文协议 (MCP) 连接到您的 VSCode 工作区。
特征
最小内存占用:设计轻量且高效
自动启动:VSCode 启动时可以自动启动
状态栏集成:轻松查看和控制桥梁状态
文件系统访问:使 Claude 能够读取和写入工作区中的文件
目录管理:创建目录并列出内容
安全控制:配置可访问的路径
Related MCP server: Hello-MCP
为什么要使用这座桥?
如果您将 Claude Desktop 与 VSCode 结合使用,此桥接器允许您:
减少内存使用:轻量且高效
留在 VSCode 中:无需在应用程序之间进行上下文切换
保护您的系统:仅公开您明确允许的目录
安装
从 VSIX 文件安装扩展
配置您的设置(可选)
如果已配置,桥接器将自动启动,或者您可以手动启动它
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
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.