MCP Directory
Back

BifrostMCP

by biegehydra · TypeScript · ★ 210

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers