bifrost-mcp

general MCP Server

VSCode Extension with an MCP server that exposes semantic tools like Find Usages and Rename to LLMs

Install Ready
generalgeneral
3 views219 stars35 forksv0.0.14AGPL-3.0

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
219
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npm install bifrost-mcp
19
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (19)

get\_rename\_locations

Safely get location of places to perform a rename across the project.

get\_document\_highlights

Highlight all occurrences of a symbol.

find\_implementations

Discover implementations of interfaces/abstract methods.

get\_type\_hierarchy

Visualize class and interface inheritance.

find\_usages

Locate all symbol references.

get\_semantic\_tokens

Enhanced highlighting data.

get\_hover\_info

Get rich symbol docs on hover.

get\_code\_lens

Inline insights (references, tests, etc.).

get\_completions

Context-aware auto-completions.

get\_type\_definition

Jump to underlying type definitions.

get\_document\_symbols

Outline all symbols in a file.

get\_selection\_range

Smart selection expansion for code blocks.

get\_signature\_help

Function parameter hints and overloads.

get\_declaration

Navigate to symbol declarations.

get\_code\_actions

Quick fixes, refactors, and improvements.

rename

Perform rename on a symbol

get\_workspace\_symbols

Search symbols across your entire workspace.

go\_to\_definition

Jump to symbol definitions instantly.

get\_call\_hierarchy

See incoming/outgoing call relationships.