npx claudepluginhub jucor/clojure-lsp-pluginClojure/ClojureScript language server plugin for Claude Code, providing code intelligence, navigation, and refactoring via clojure-lsp.
| Extension | Language |
|---|---|
.clj | Clojure |
.cljs | ClojureScript |
.cljc | Clojure (common) |
.edn | EDN |
Install the clojure-lsp binary before using this plugin.
macOS (Homebrew):
brew install clojure-lsp/brew/clojure-lsp-native
Nix:
nix-env -i clojure-lsp
Other platforms: download from the clojure-lsp releases.
claude plugin install clojure-lsp
Once installed, Claude Code gains access to these operations on Clojure files:
goToDefinition — jump to where a symbol is definedfindReferences — find all usages of a symbolhover — get documentation and type infodocumentSymbol — list all symbols in a fileworkspaceSymbol — search for symbols across the projectgoToImplementation — find implementations of a protocol/multimethodApache 2.0
TypeScript/JavaScript language server for enhanced code intelligence
C/C++ language server (clangd) for code intelligence
C# language server for code intelligence
Python language server (Pyright) for type checking and code intelligence
Java language server (Eclipse JDT.LS) for code intelligence
GDScript language server for Godot Engine