MCP Language Server
StaleDescription
MCP server that brings LSP-grade code intelligence to LLMs.
Key Features
- LSP bridge — Reuse language server ecosystem
- Multi-language — Python/TypeScript/Go/Rust
- Go to definition — Cross-file symbol resolution
- Live diagnostics — Errors and warnings
- Rust implementation — High performance
Use Cases
💡 Enable IDE-grade code understanding in LLMs.
💡 Provide agents with goto and diagnostics.
💡 Bridge LSP protocol to MCP.
Categories
Quick Start
# Install and run
git clone https://github.com/isaacphi/mcp-language-server
cd mcp-language-server && cargo build --release