VSCode Extension with an MCP server that exposes semantic tools like Find Usages and Rename to LLMs
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bifrostmcp": {
"command": "npx",
"args": [
"-y",
"biegehydra/BifrostMCP"
]
}
}
}
Run in terminal:
claude mcp add bifrostmcp npx -y biegehydra/BifrostMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"bifrostmcp": {
"command": "npx",
"args": [
"-y",
"biegehydra/BifrostMCP"
]
}
}
}