Skip to content

Releases: david-eve-za/nvidia-nim-mcp

v2.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 01:04
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

Choose a tag to compare

@github-actions github-actions released this 15 Jun 22:12
fix: mock config and logger in handlers test to prevent env dependency

v1.0.0 - Initial Release

Choose a tag to compare

@david-eve-za david-eve-za released this 26 Feb 01:30

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-...)