npx claudepluginhub sonesuke/docgraph --plugin docgraph-pluginThis LSP server requires docgraphto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"docgraph": {
"command": "docgraph",
"extensionToLanguage": {
".md": "md"
},
"args": [
"lsp"
]
}
}
}docgraphstdio