Bifrost - VSCode Dev Tools MCP Server
@biegehydra
Bifrost - VSCode Dev Tools MCP Server について
VSCode Extension with an MCP server that exposes semantic tools like Find Usages and Rename to LLMs
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Bifrost": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--sse",
"http://localhost:8008/sse"
],
"disabled": false,
"autoApprove": [],
"timeout": 600
}
}
}ツール
1Perform rename on a symbol
概要
What is Bifrost - VSCode Dev Tools MCP Server?
This VS Code extension provides a Model Context Protocol (MCP) server that exposes VSCode’s development tools and language features to AI assistants. It enables advanced code navigation, analysis, and manipulation for developers using AI coding tools that support the MCP protocol.
How to use Bifrost - VSCode Dev Tools MCP Server?
Install the extension from the VS Code marketplace, then install language-specific extensions for your project. The server starts automatically on port 8008 (configurable via bifrost.config.json). Configure your MCP‑compatible AI assistant to connect to http://localhost:8008/sse for SSE and http://localhost:8008/message for messages. For multiple projects, create a bifrost.config.json per project with a unique port and path.
Key features of Bifrost - VSCode Dev Tools MCP Server
- Language Server Integration for any supported language
- Code navigation: references, definitions, implementations
- Symbol search across the entire workspace
- Code analysis: semantic tokens, document symbols, type info
- Smart selection using semantic selection ranges
- Code actions: refactoring suggestions and quick fixes
- HTTP/SSE MCP server for AI assistant integration
Use cases of Bifrost - VSCode Dev Tools MCP Server
- AI-assisted code navigation and reference discovery
- Automated refactoring and applying quick fixes
- Multi‑project development with isolated server endpoints
- Obtaining inline documentation and type information
FAQ from Bifrost - VSCode Dev Tools MCP Server
What languages are supported?
Any language that has a corresponding VS Code language extension installed.
What are the runtime requirements?
Visual Studio Code version 1.93.0 or higher, and appropriate language extensions for your project.
How do I configure multiple projects?
Create a bifrost.config.json in each project root with projectName, description, path, and a unique port (default 8008). Each project then gets its own SSE and message endpoints.
What transport protocol does the server use?
The server uses HTTP with Server‑Sent Events (SSE). The SSE endpoint is at /sse and the message endpoint at /message.
Is authentication or authorization required?
—
「開発者ツール」の他のコンテンツ
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
コメント