Releases: david-eve-za/nvidia-nim-mcp
Releases · david-eve-za/nvidia-nim-mcp
Release list
v2.1.2
Move dependabot.yml to .github root Renamed .github/workflows/dependabot.yml to .github/dependabot.yml (no content changes). This relocates the Dependabot configuration to the repository-level .github directory where Dependabot expects its config.
v2.1.1
fix: mock config and logger in handlers test to prevent env dependency
v1.0.0 - Initial Release
Initial release of NVIDIA NIM MCP Server
Features
- Production-ready Model Context Protocol (MCP) server for NVIDIA NIM models
- Supports 7 MCP tools: chat completion, text generation, embeddings, reranking, function calling, model listing, and model info
- 20+ supported models including Llama 3.1/3.2, Mistral, Mixtral, Phi-3, Gemma 2, Qwen 2.5, Nemotron
- Full TypeScript implementation with Zod validation
- Docker-ready with multi-stage build and non-root user
- Comprehensive test suite with 62 tests
- Multiple distribution formats: NPM package, Docker image, standalone executable
Installation
# NPM Global Installation
npm install -g nvidia-nim-mcp
# NPM Local Installation
npm install nvidia-nim-mcp
# Docker
docker build -t nvidia-nim-mcp .Requirements
- Node.js 18+
- NVIDIA NGC API key (
nvapi-...)