mcp-lsp

zchee/mcp-lsp
★ 0 stars Go AI/LLM Updated today
mcp-lsp provides an MCP server that runs and exposes a Language Server to agents.
View on GitHub → Try with Claude — $10 free →

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-lsp": {
      "command": "go",
      "args": [
        "run",
        "github.com/zchee/mcp-lsp@latest"
      ]
    }
  }
}

README Excerpt

mcp-lsp provides an [MCP](https://modelcontextprotocol.io/introduction) server that runs and exposes a [Language Server](https://microsoft.github.io/language-server-protocol/) to agents.