BifrostMCP and lsp-mcp-server

**Ecosystem Siblings:** The VSCode extension (A) acts as a client that integrates with an MCP server (B), which in turn bridges Claude Code to LSP servers, making them complementary components within the same semantic code intelligence ecosystem.

BifrostMCP
52
Established
lsp-mcp-server
43
Emerging
Maintenance 6/25
Adoption 10/25
Maturity 16/25
Community 20/25
Maintenance 10/25
Adoption 4/25
Maturity 20/25
Community 9/25
Stars: 207
Forks: 37
Downloads:
Commits (30d): 0
Language: TypeScript
License: AGPL-3.0
Stars: 7
Forks: 1
Downloads:
Commits (30d): 0
Language: TypeScript
License: MIT
No Package No Dependents
No risk flags

About BifrostMCP

biegehydra/BifrostMCP

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

This tool supercharges your AI coding assistant within VS Code by giving it direct access to all of VS Code's powerful code understanding and refactoring features. It takes your existing code and editor context, then feeds it to your AI assistant to enable smarter actions like finding all usages of a variable or safely renaming a function across your entire project. Professional software developers who use AI coding assistants for daily coding tasks will find this invaluable.

software-development code-refactoring developer-tools AI-assisted-coding VSCode-extensions

About lsp-mcp-server

ProfessioneIT/lsp-mcp-server

An MCP (Model Context Protocol) server that bridges Claude Code to Language Server Protocol (LSP) servers, enabling semantic code intelligence capabilities.

Exposes 24 MCP tools providing semantic code intelligence (go-to-definition, find references, rename, diagnostics, call/type hierarchy) across 10 languages via stdio-based JSON-RPC communication with language servers. Features automatic server lifecycle management, multi-root workspace support with per-workspace server instances, and push-based diagnostics caching for real-time error tracking. Integrates with any LSP-compatible server (TypeScript, Python, Rust, Go, C/C++, Ruby, PHP, Elixir, Kotlin, Java) and configures directly into Claude Code via `.mcp.json`.

Scores updated daily from GitHub, PyPI, and npm data. How scores work