Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NVIDIA_API_KEYYesRequired. Your `nvapi-...` key.
NVIDIA_TIMEOUTNoPer-request timeout in seconds. Defaults to 180.180
NVIDIA_BASE_URLNoPoint at self-hosted NIM instead. Defaults to https://integrate.api.nvidia.com/v1.https://integrate.api.nvidia.com/v1

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
nv_categoriesA

List every task category this server can route to, with its top models.

Start here when you want to know what the NVIDIA catalog is good for.

nv_list_modelsA

List models available on the account, tagged by capability.

Args: category: optional filter, e.g. "code", "vision", "reasoning", "embedding". refresh: bypass the 1-hour catalog cache.

nv_routeA

Recommend the best NVIDIA models for a task, without calling them.

Args: task: free-text description of the job, English or Turkish. e.g. "refactor this Python module" / "bu görseldeki tabloyu çıkar". top_k: how many candidate categories to return.

nv_healthA

Check that the API key works and report catalog size.

nv_probeA

Test which models actually answer on THIS account, and how fast.

Being listed by the catalog endpoint does not mean a model is servable — on a free-tier key a large share return 404. Run this to get ground truth.

Args: category: probe one category only (e.g. "vision"). Empty probes them all. timeout_seconds: per-model deadline.

nv_callA

Call one specific NVIDIA model.

Args: model: exact model id, e.g. "mistralai/codestral-22b-instruct-v0.1". prompt: the user message. system: optional system prompt. images: image URLs or local file paths (vision models only). temperature: 0.0-1.0. max_tokens: response cap.

nv_autoA

Pick the best model for the task automatically, then run the prompt on it.

Args: task: what kind of job this is, e.g. "code review", "görsel analizi". prompt: the actual content to send. system: optional system prompt. images: image URLs or local paths (forces a vision model if given). temperature: 0.0-1.0. max_tokens: response cap.

nv_fanoutA

Run one prompt across several models in parallel and return every answer.

Use this to cross-check a hard question, compare model behaviour, or build a quick ensemble. Either pass models explicitly, or pass task to let the router pick the top candidates for you.

Args: prompt: the message every model receives. models: explicit model ids (max 6). Omit to auto-select from task. task: task description used to auto-select models when models is empty. system: optional shared system prompt. images: image URLs or local paths (vision models only). temperature: 0.0-1.0. max_tokens: per-model response cap.

nv_embedA

Embed texts. Returns shape and stats; write vectors to disk with save_to.

Args: texts: strings to embed. model: embedding model id. Defaults to the best available one. save_to: optional file path to write the vectors as JSON.

nv_similarityA

Rank candidate texts by semantic similarity to a query.

Args: query: the search string. candidates: texts to rank. model: embedding model id. Defaults to the best available one.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/holm-digital-io/nvidia-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server