BifrostMCP logo

BifrostMCPVSCode 扩展,带有 MCP 服务器,为 LLMs 提供 Find Usages 和 Rename 等语义工具

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

BifrostMCP 是一个 VS Code 扩展,提供一个模型上下文协议(MCP)服务器。该服务器向 AI 工具公开 VSCode 的开发工具和语言功能,实现高级代码导航、分析和操作能力。它设计用于与支持 MCP 协议的 AI 编程助手配合使用。该扩展与 VSCode 的语言服务器集成,提供代码导航、符号搜索、代码分析、智能选择和代码操作等功能。它还包含一个 HTTP/SSE 服务器,通过兼容 MCP 的 HTTP 服务器公开这些语言功能。该扩展可以配置为与各种 AI 助手配合使用,并支持多种项目设置,允许每个项目拥有自己的专用 MCP 服务器端点和端口。安装涉及从 VS Code 市场安装扩展、设置必要的语言特定扩展,并配置 AI 助手以连接到 MCP 服务器。配置选项包括设置服务器端口和为 .cursorrules 文件提供示例规则。

主要功能

  • 语言服务器集成
  • 代码导航
  • 符号搜索
  • 代码分析
  • 智能选择
  • 代码操作

价格

模型
Free
评分
暂无评价

使用场景

AI 编程助手集成

将 BifrostMCP 与支持 MCP 协议的 AI 编程助手集成,以增强代码导航、分析和操作能力。

多项目开发

将 BifrostMCP 用于多个项目,每个项目都有自己的专用 MCP 服务器端点和端口,以实现高效的语言服务器功能。

优点 & 缺点

优点

  • 公开 VSCode 的语言服务器功能,适用于任何受支持的语言
  • 增强代码导航、分析和操作能力
  • 准备好与支持 MCP 协议的 AI 助手配合使用
  • 支持多项目设置,具有专用的 MCP 服务器端点和端口

缺点

  • 需要安装额外的语言特定扩展
  • 需要配置 AI 助手集成

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Is there a learning curve or extra setup?

You need to install and configure the extension, set up project-specific MCP server endpoints and ports, and ensure the AI assistant is MCP‑compatible, which may require some initial configuration effort.

Asked by Wei Chen · Jan 3, 2026

How does it integrate with AI assistants?

The extension provides an HTTP/SSE server exposing MCP-compatible endpoints; you configure your AI assistant to point to the MCP server’s endpoint and port for each project.

Asked by Odalys Reyes · Dec 19, 2025

Does it support multiple programming languages?

Yes, it exposes VS Code’s language server capabilities for any language that has a supported language server, but you must install the appropriate language-specific extensions for each project.

Asked by Yelena Popova · Dec 17, 2025

What is BifrostMCP used for in VS Code?

BifrostMCP is a VS Code extension that runs a Model Context Protocol server, exposing native code navigation, symbol search, analysis, and smart selection features to AI assistants that support MCP.

Asked by Quentin Lefevre · Nov 30, 2025

提问

服务配缩器 的替代品