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?
—
「開発者ツール」の他のコンテンツ
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
コメント