Skip to main content
Developer ToolsGo

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.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/isaacphi/mcp-language-server

Claude 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.

Details

Category
Developer Tools
Language
Go
Author
isaacphi