npx claudepluginhub alvivi/gleam-lspA Claude Code plugin that integrates the Gleam language server, giving Claude code intelligence for .gleam files.
gleam buildThe Gleam compiler must be installed and available in your $PATH. The language server is bundled with it — no separate install needed.
# Verify your installation
gleam --version
which gleam
Install Gleam via your package manager or from gleam.run/getting-started.
/plugin install gleam-lsp@alvivi
Or install from a local clone:
git clone https://github.com/alvivi/gleam-lsp
claude --plugin-dir ./gleam-lsp
Once installed, Claude Code automatically starts the Gleam language server when you open a .gleam file. No additional configuration is required.
Ctrl+O when the "diagnostics found" indicator appears to view errors inline.Language server not starting
Check the /plugin Errors tab. The most common cause is gleam not being in $PATH. Verify with:
which gleam
If you installed Gleam via asdf or another version manager, make sure the shims directory is in your $PATH.
High memory usage
Disable the plugin temporarily:
/plugin disable gleam-lsp
MIT
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