mdsmith for Claude Code

May 10, 2026 · View on GitHub

Inline mdsmith diagnostics and Markdown navigation for Claude Code, wired through mdsmith lsp.

Install

/plugin marketplace add jeduden/mdsmith
/plugin install mdsmith-lsp@mdsmith
/reload-plugins

Prerequisite

The plugin spawns this command:

npx -y -p @mdsmith/cli mdsmith lsp

Node 18+ (with npm) must be on $PATH. Standard Node installers bundle npm and npx. First launch fetches @mdsmith/cli plus the platform binary subpackage from npm; later launches reuse the cache.

To pin a specific version, edit the plugin manifest's args to read @mdsmith/cli@<ver> instead of @mdsmith/cli.

Troubleshooting

If the /plugin Errors tab shows Executable not found in $PATH, npx is missing from the shell $PATH Claude Code sees. Install Node 18 or later (20 LTS recommended) — the standard installer bundles npm and npx — then run /reload-plugins.