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.

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

Need More Details?

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

View Full Documentation on GitHub

Related MCPs

View all →