npx claudepluginhub karellen/claude-plugins --plugin karellen-lsp-mcpThis LSP server requires karellen-lspto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"karellen-lsp": {
"command": "karellen-lsp",
"extensionToLanguage": {
".C": "cpp",
".H": "cpp",
".c": "c",
".h": "c",
".cc": "cpp",
".hh": "cpp",
".kt": "kotlin",
".py": "python",
".rs": "rust",
".cpp": "cpp",
".cxx": "cpp",
".hpp": "cpp",
".hxx": "cpp",
".kts": "kotlin",
".pyi": "python",
".pyx": "python",
".java": "java"
}
}
}
}karellen-lspstdio