Nim Language Server
May 25, 2026 · View on GitHub
nimlangserver is a language server for Nim. It can run as an LSP server for editors and IDEs, or as an MCP server for AI coding agents such as GitHub Copilot, Claude Code, and Gemini.
Quick install
nimble install -g nimlangserver
Requires nimble >= 0.16.1 and a nimsuggest that supports --v3 (Nim 1.6+ or devel).
Demo
LSP:
MCP:
Related projects
- nimlsp — an alternative Nim language server with
nimsuggestembedded directly in the binary.
License
MIT