
Sunshowers Lspmux Rust Analyzer
- 6 repo stars
- Updated January 29, 2026
- sunshowers/lspmux-rust-analyzer
sunshowers-lspmux-rust-analyzer is a Claude Code plugin that multiplexes rust-analyzer through lspmux with automatic updates to the latest rust-analyzer releases.
About
sunshowers-lspmux-rust-analyzer is a Claude Code plugin that wires lspmux together with rust-analyzer and keeps the analyzer current as new releases ship. developers and small teams working in Rust often burn machine resources when every agent tab or editor connection starts its own language server; multiplexing collapses that overhead while preserving completions, diagnostics, and go-to-definition. Install it when your stack is Rust-heavy and you use Claude Code or compatible agents alongside a normal editor workflow. It is narrowly scoped infrastructure—no GitHub orchestration or email—just dependable shared LSP for rust-analyzer. Expect to configure lspmux paths and Rust toolchain basics on your machine; the plugin’s job is to package and refresh the pairing so you spend less time babysitting analyzer versions during builds.
- Bundles lspmux as an LSP multiplexer with rust-analyzer for shared analyzer instances
- Auto-updates rust-analyzer to track latest upstream releases
- Targets Rust workspaces where several tools would otherwise spawn separate analyzers
- Single-plugin bundle (pluginCount: 1) focused on rust-analyzer keywords: instances, shared, multiplexer
Sunshowers Lspmux Rust Analyzer by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install sunshowers-lspmux-rust-analyzer@sunshowers/lspmux-rust-analyzerAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 6 |
|---|---|
| Last updated | January 29, 2026 |
| Repository | sunshowers/lspmux-rust-analyzer ↗ |
What it does
Run rust-analyzer behind lspmux so multiple Claude Code or editor sessions share one LSP instance without duplicate RAM and CPU.
Who is it for?
Best when you're maintaining Rust backends or CLIs and run several Claude Code sessions on the same project.
Skip if: Skip if you have no Rust code or and already run a hardened corporate LSP fleet outside Claude Code.
What you get
After install, one shared rust-analyzer instance serves your Rust repo with less overhead and fresher analyzer binaries.
- Configured lspmux + rust-analyzer pair for the workspace
- Update path to latest rust-analyzer releases
- Shared analyzer instance across sessions
By the numbers
- 1 plugin in bundle (pluginCount: 1)
- 6 GitHub stars on sunshowers/lspmux-rust-analyzer
- Auto-updates to latest rust-analyzer (r-a) releases per catalog description
Recommended Plugins
How it compares
LSP infrastructure plugin, not a codegen skill or Rust tutorial.
FAQ
Who is Sunshowers Lspmux Rust Analyzer for?
Rust developers using Claude Code who want shared rust-analyzer via lspmux instead of duplicate language servers.
When should I use Sunshowers Lspmux Rust Analyzer?
Use it when you actively build in Rust and notice multiple tools each starting rust-analyzer or stale analyzer builds.
How do I add Sunshowers Lspmux Rust Analyzer to my agent?
Register the sunshowers/lspmux-rust-analyzer Claude Code plugin from the catalog, ensure Rust toolchain and lspmux prerequisites, then point your agent editor at the bundled rust-analyzer setup.