nimlangserver

The Nim language server implementation (based on nimsuggest)

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:23

Installation

nimble install nimlangserver
choosenim install nimlangserver
git clone https://github.com/nim-lang/langserver

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
nimlangserver - - - - - - -

Source

Repository https://github.com/nim-lang/langserver
Homepage https://github.com/nim-lang/langserver
Registry Source nimble_official

README

Nim Language Server

Ask DeepWiki

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.

Read the docs →

Quick install

nimble install -g nimlangserver

Requires nimble >= 0.16.1 and a nimsuggest that supports --v3 (Nim 1.6+ or devel).

Demo

LSP:

LCP mode demo

MCP:

MCP mode demo

Related projects

  • nimlsp — an alternative Nim language server with nimsuggest embedded directly in the binary.

License

MIT