nvidia-vision-mcp
by cyril-belin
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address. | 0.0.0.0 |
| PORT | No | Set automatically by most platforms. | 3000 |
| MCP_PATH | No | Endpoint path. | /mcp |
| MCP_AUTH_TOKEN | No | Bearer token. Set this before exposing the server publicly. | |
| NVIDIA_API_KEY | Yes | Your NVIDIA API key. Required. Starts with nvapi-. | |
| NVIDIA_BASE_URL | No | Point at a self-hosted NIM if any. | https://integrate.api.nvidia.com/v1/chat/completions |
| NVIDIA_MAX_TOKENS | No | Response budget. | 4096 |
| NVIDIA_TIMEOUT_MS | No | Per-request timeout. | 180000 |
| NVIDIA_TEMPERATURE | No | Low = more literal descriptions. | 0.2 |
| NVIDIA_MAX_ATTEMPTS | No | Total tries per 429. 1 disables. | 3 |
| NVIDIA_VISION_MODEL | No | Any image-capable NIM model. | minimaxai/minimax-m3 |
| NVIDIA_RETRY_BASE_MS | No | First backoff, doubles per retry. | 2000 |
| NVIDIA_MAX_IMAGE_BYTES | No | Applies to all three image sources. | 20971520 |
| NVIDIA_ALLOW_PRIVATE_URLS | No | Allow image_url to reach private/loopback addresses. Leave off unless you need it. | false |
| NVIDIA_RETRY_MAX_DELAY_MS | No | Ceiling on any single wait. | 60000 |
| NVIDIA_DOWNLOAD_TIMEOUT_MS | No | Budget for fetching image_url. | 30000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/cyril-belin/nvidia-vision-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server