sehejjain/Language-Server-MCP-Bridge
A universal VS Code extension that bridges any Language Server Protocol (LSP) capabilities to MCP tools and GitHub Copilot Language Model Tools, enabling intelligent code navigation and analysis across all programming languages.
Platform-specific configuration:
{
"mcpServers": {
"Language-Server-MCP-Bridge": {
"command": "npx",
"args": [
"-y",
"Language-Server-MCP-Bridge"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...