Use LSP servers
Use LSP servers
Language Server Protocol servers can be plugged into agent runtimes to reduce invalid code and ease navigation, complementing codebase indexing.
Warning
One sharer among others
- Upstream: https://github.com/Piebald-AI/claude-code-lsps
- What is it: A marketplace bundling LSP server plugins for 25+ languages (TypeScript, Rust, Python, Go, Java, Kotlin, etc.).
Servers installation
Server:
<npm|pnpm|bun> install -g bash-language-serverClaude plugin:
claude plugin marketplace add Piebald-AI/claude-code-lsps
claude plugin install bash-language-server@claude-code-lspsAPM package (recommended):
apm install Piebald-AI/claude-code-lsps/bash-language-server -gAPM plugin:
apm marketplace add Piebald-AI/claude-code-lsps
apm install bash-language-server@claude-code-lsps -g