developer tools
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.
local
rust
developer tools
Installation
npx -y isaacphi/mcp-language-serverConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "mcp-language-server",
"command": "npx",
"args": [
"-y",
"isaacphi/mcp-language-server"
]
}About This MCP Server
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub