- MCP-LSP Bridge
MCP-LSP Bridge
Overview
Provides MCP-compatible agents with LSP capabilities:
Code Intelligence: Get documentation, find definitions, trace references, identify errors
Safe Refactoring: Rename symbols, format code, apply quick fixes (with preview mode)
Project Analysis: Search across codebases, understand project structure, detect languages
Supports 20+ languages including Go, Python, TypeScript, Rust, Java, C#, C++.
Server Config
{
"mcpServers": {
"lsp": {
"type": "stdio",
"command": "mcp-lsp-bridge",
"args": [],
"env": {}
}
}
}Project Info
Created At
10 months agoUpdated At
10 months agoAuthor Name
rockerBOOStar
-Language
-License
-Tags