From mdbase-lsp
Mdbase LSP server provides code intelligence for Markdown — diagnostics, go-to-definition, find references, hover information, and symbol listing for .md files.
npx claudepluginhub piebald-ai/claude-code-lsps --plugin mdbase-lspThis LSP server requires mdbase-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": {
"markdown": {
"command": "mdbase-lsp",
"extensionToLanguage": {
".md": "markdown"
}
}
}
}mdbase-lspstdioInitialization Options:
{}Settings:
{}