This server bridges Nim's language server protocol implementation to MCP, giving AI agents the same symbol navigation, diagnostics, and type resolution capabilities that editors get through LSP. It wraps nimsuggest (Nim 1.6+) and exposes operations for jumping to definitions, finding references, and surfacing compiler errors. Reach for this when you're building AI workflows around Nim codebases and want agents to understand project structure without parsing source files manually. Installs via nimble and runs over stdio. The same binary can work in both LSP mode for your editor and MCP mode for agents, so you're adding intelligence without doubling your toolchain.
claude mcp add --transport stdio io.github.nim-lang-nimlangserver uvx nimlangserver