general MCP Server
VSCode Extension with an MCP server that exposes semantic tools like Find Usages and Rename to LLMs
Discovered via unknown and last synced 3mo ago.
1. Install the package
npm install bifrost-mcp
Safely get location of places to perform a rename across the project.
Highlight all occurrences of a symbol.
Discover implementations of interfaces/abstract methods.
Visualize class and interface inheritance.
Locate all symbol references.
Enhanced highlighting data.
Get rich symbol docs on hover.
Inline insights (references, tests, etc.).
Context-aware auto-completions.
Jump to underlying type definitions.
Outline all symbols in a file.
Smart selection expansion for code blocks.
Function parameter hints and overloads.
Navigate to symbol declarations.
Quick fixes, refactors, and improvements.
Perform rename on a symbol
Search symbols across your entire workspace.
Jump to symbol definitions instantly.
See incoming/outgoing call relationships.