The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the LSP MCP Bridge listing page.
MCP server that bridges to any LSP. One binary, multiple language servers.
Binary: target/release/lsp-mcp-rs.exe
Create config.toml next to the binary:
Add to Claude Desktop config (claude_desktop_config.json):
| Tool | Description |
|---|---|
lsp_hover | Get docs/type at position |
lsp_definition | Go to definition |
lsp_references | Find all references |
lsp_symbols | List symbols in file |
lsp_diagnostics | Get errors/warnings |
lsp_servers | List configured servers |
All position arguments are 0-indexed.
MIT
DC, KALIC, Stryk9190