Nexus MCP Bridge for VSCode
适用于 VSCode 的 Nexus MCP 桥
轻量级桥接扩展,让 Claude Desktop 通过模型上下文协议 (MCP) 连接到您的 VSCode 工作区。
特征
最小内存占用:设计轻量且高效
自动启动:VSCode 启动时可以自动启动
状态栏集成:轻松查看和控制桥梁状态
文件系统访问:使 Claude 能够读取和写入工作区中的文件
目录管理:创建目录并列出内容
安全控制:配置可访问的路径
Related MCP server: Claude MCP Server Integration
为什么要使用这座桥?
如果您将 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityFmaintenanceEnables AI agents and assistants like Goose or Claude to interact with VS Code through the Model Context Protocol.762275Apache 2.0
- FlicenseNot gradedqualityDmaintenanceIntegration project for Model Context Protocol (MCP) servers with Claude Desktop App, enabling filesystem operations, development support, and file management through natural language.
- FlicenseAqualityNot gradedmaintenanceBridges Claude Desktop, Claude Code CLI, and Claude Code for VS Code, enabling developers to plan in Desktop, save specs to project directories, and invoke Claude Code CLI with seamless state sharing across interfaces.4
- AlicenseNot gradedqualityDmaintenanceEnables Claude Code and Claude Desktop to interact with Obsidian vaults through MCP protocol. Supports file operations, workspace context access, and dual transport (WebSocket and HTTP/SSE) for AI-powered assistance with your notes.339BSD Zero Clause
Related MCP Connectors
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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