The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Nim Language Server listing page.
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.
Requires nimble >= 0.16.1 and a nimsuggest that supports --v3 (Nim 1.6+ or devel).
LSP:
MCP:
nimsuggest embedded directly in the binary.MIT