mcp-language-server

isaacphi/mcp-language-server
★ 1,486 stars Go 💻 Code/Dev Tools Updated 1mo ago
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnostics.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-language-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/isaacphi/mcp-language-server@latest"
      ]
    }
  }
}

README Excerpt

This is an [MCP](https://modelcontextprotocol.io/introduction) server that runs and exposes a [language server](https://microsoft.github.io/language-server-protocol/) to LLMs. Not a language server for MCP, whatever that would be. `mcp-language-server` helps MCP enabled clients navigate codebases more easily by giving them access semantic tools like get definition, references, rename, and diagnostics.

Tools (6)

definitiondiagnosticsedit_filehoverreferencesrename_symbol

Topics

ailanguage-server-protocolmcpmcp-servermodel-context-protocol