MCP Directory
Back

BifrostMCP

by biegehydra · TypeScript · ★ 219

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

#cline#cursor#cursor-ai#developer-tools#mcp#mcp-server#vscode#vscode-extension#windsurf

Install

npx -y github:biegehydra/BifrostMCP

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "bifrostmcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:biegehydra/BifrostMCP"
      ]
    }
  }
}

From the README

This 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. - [Features](#features) - [Installation/Usage](#usage) - [Multi-Project Support](#multiple-project-support) - [Available Tools](#available-tools) - [Available Commands](#available-commands) - [Troubleshooting](#troubleshooting) - [Contributing](#contributing) - [Debugging](#debugging) - [License](#licens…
Read full README on GitHub →

Related developer tools servers