Bifrost
Createdbiegehydra
Exposes VS Code's language features to AI coding assistants via a Model Context Protocol (MCP) server.
About
Bifrost is a VS Code extension that acts as a Model Context Protocol (MCP) server, bridging the gap between VS Code's robust development tools and AI coding assistants. By exposing language features like find usages, go to definition, and rename refactoring via an HTTP/SSE server, Bifrost enables AI tools to understand and interact with code more effectively, leading to more intelligent and context-aware code generation, analysis, and manipulation.
Key Features
- 30 GitHub stars
- Supports code navigation, symbol search, and code analysis.
- Provides access to VSCode's language server capabilities.
- Offers smart selection and code actions.
- Exposes language features over an MCP-compatible HTTP/SSE server.
- Integrates with AI assistants supporting the MCP protocol.
Use Cases
- Using AI to get code completions and signature help.
- Enabling AI assistants to find references and definitions within a codebase.
- Leveraging AI for safer code refactoring through rename location identification.