BifrostMCP
Bifrost is a VS Code extension that serves as a Model Context Protocol (MCP) server, providing an interface for AI tools to leverage VSCode's development capabilities. It allows AI coding assistants to perform advanced code navigation and manipulation.
What is the default port for the Bifrost MCP server?
The default port for the Bifrost MCP server is 8008.
Can I use Bifrost with multiple projects?
Yes, Bifrost supports multiple projects by allowing each project to have its own dedicated MCP server endpoint and port.
What should I do if the server fails to start due to a port conflict?
You can free up the port, change the port in the configuration, or close the other VS Code instance using that port.
How do I manually start the MCP server?
Use the command 'Bifrost MCP: Start Server' to manually start the MCP server on port 8008.
What are the requirements to use Bifrost?
You need Visual Studio Code version 1.93.0 or higher and appropriate language extensions for the languages you want to work with.