isaacphi/mcp-language-server
MCP Language Server helps MCP enabled clients navigate codebases more easily by giving them access to semantic tools like get definition, references, rename, and diagnostics.
Quick Start
Clone the repository:
git clone https://github.com/isaacphi/mcp-language-serverClaude Desktop configuration example:
{
"mcpServers": {
"mcp-language-server": {
"command": "npx",
"args": [
"-y",
"isaacphi/mcp-language-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.