by biegehydra
VSCode Extension with an MCP server that exposes semantic tools like Find Usages and Rename to LLMs
# Add to your Claude Code skills
git clone https://github.com/biegehydra/BifrostMCPThis VS Code extension provides a Model Context Protocol (MCP) server that exposes VSCode's powerful development tools and language features to AI tools. It enables advanced code navigation, analysis, and manipulation capabilities when using AI coding assistants that support the MCP protocol.

The extension will automatically start an MCP server when activated. To configure an AI assistant to use this server:
bifrost.config.json)http://localhost:8008/ssehttp://localhost:8008/messageI have also provided sample rules that can be used in .cursorrules files for better results.
{
"mcpServers": {
"Bifrost": {
"command": "cmd",
"args": [
"/...