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
0
View on GitHub

Installation

npx -y isaacphi/mcp-language-server

Configuration

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.

GitHub: https://github.com/isaacphi/mcp-language-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub