Loading...
{
"mcpServers": {
"Bifrost": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"supergateway",
"--sse",
"http://localhost:8008/sse"
],
"disabled": false,
"autoApprove": [],
"timeout": 600
}
}
}find_usagesLocates all references to a specified symbol within the project.
Read-only operation; does not modify code.
go_to_definitionNavigates to the definition of a symbol.
Read-only operation; does not modify code.
find_implementationsFinds all implementations of an interface or abstract method.
Read-only operation; does not modify code.
get_hover_infoRetrieves documentation and type information for a symbol.
Read-only operation; does not modify code.
get_document_symbolsLists all symbols within a document.
Read-only operation; does not modify code.
get_completionsProvides context-aware code completion suggestions.
Read-only operation; suggests code but doesn't apply it.
get_signature_helpDisplays function parameter hints and overloads.
Read-only operation; provides information but doesn't modify code.
get_rename_locationsFinds all locations where a symbol can be renamed.
Read-only operation; identifies locations but doesn't perform the rename.
renameRenames a symbol across the project.
Modifies code by renaming symbols; requires careful review.
get_code_actionsSuggests quick fixes, refactors, and improvements.
Can modify code based on suggestions; requires review.
get_semantic_tokensProvides enhanced highlighting data for code.
Read-only operation; affects display but not code.
get_call_hierarchyShows incoming and outgoing call relationships for a function.
Read-only operation; provides call information but doesn't modify code.
get_type_hierarchyVisualizes class and interface inheritance.
Read-only operation; provides type information but doesn't modify code.
get_code_lensDisplays inline insights such as references and tests.
Read-only operation; provides information but doesn't modify code.
get_selection_rangeExpands code selection intelligently.
Read-only operation; helps select code but doesn't modify it.
get_type_definitionNavigates to the definition of a type.
Read-only operation; does not modify code.
get_declarationNavigates to the declaration of a symbol.
Read-only operation; does not modify code.
get_document_highlightsHighlights all occurrences of a symbol in the current document.
Read-only operation; does not modify code.
get_workspace_symbolsSearches for symbols across the entire workspace.
Read-only operation; does not modify code.
Bifrost MCP is relatively safe for read-only operations like code analysis and navigation. However, the ability to perform code actions and refactoring introduces a moderate risk, especially if the AI assistant is not fully trusted or properly configured. Ensure proper network security and carefully review any proposed code changes.