Back to directory
tritlo/lsp-mcp

tritlo/lsp-mcp

@Tritlo

An MCP server that lets you interact with LSP servers

lsplanguage-server-protocolmcptypescriptcode-analysishovercompletionstool

Installation & Configuration

{
  "mcpServers": {
    "lsp-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "tritlo/lsp-mcp",
        "<language-id>",
        "<path-to-lsp>",
        "<lsp-args>"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13