Skip to content
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

Neither plugins or packages ship servers themselves but only the glue for an agent runtime to use them.

One sharer among others

Servers installation

Server:

<npm|pnpm|bun> install -g bash-language-server

Claude plugin:

claude plugin marketplace add Piebald-AI/claude-code-lsps
claude plugin install bash-language-server@claude-code-lsps

APM package (recommended):

apm install Piebald-AI/claude-code-lsps/bash-language-server -g

APM plugin:

apm marketplace add Piebald-AI/claude-code-lsps
apm install bash-language-server@claude-code-lsps -g