npx claudepluginhub bufbuild/claude-plugins --plugin protobufThis LSP server requires bufto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"protobuf": {
"command": "buf",
"extensionToLanguage": {
".proto": "protobuf"
},
"args": [
"lsp",
"serve"
]
}
}
}bufstdio