← Back to Plugins
MCP Server MCP

io.github.david-eve-za/nvidia-nim-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for NVIDIA NIM - 50+ LLMs, multimodal, image gen, embeddings, reranking

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "nvidia-nim-mcp",
      "version": "2.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your NVIDIA API key for accessing NIM models. Get one at https://build.nvidia.com",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NVIDIA_API_KEY"
        },
        {
          "description": "Base URL for self-hosted NIM endpoints",
          "format": "string",
          "name": "NVIDIA_NIM_BASE_URL"
        },
        {
          "description": "Base URL for NVIDIA AI Foundation Models (free tier available)",
          "format": "string",
          "name": "NVIDIA_AI_FOUNDATION_URL"
        },
        {
          "description": "Default model to use for chat/text generation",
          "format": "string",
          "name": "DEFAULT_MODEL"
        },
        {
          "description": "Enable image generation tools",
          "format": "boolean",
          "name": "ENABLE_IMAGE_GENERATION"
        },
        {
          "description": "Enable vision/image analysis tools",
          "format": "boolean",
          "name": "ENABLE_VISION"
        },
        {
          "description": "Enable multimodal tools",
          "format": "boolean",
          "name": "ENABLE_MULTIMODAL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...