1. [Home  
](/)

[Nsight Tools](/tools-overview)

Nsight AI

# NVIDIA Nsight AI

## CUDA MCP Server, Copilot Blueprint, and Nsight Compute Integration 

Bring current NVIDIA CUDA™ knowledge into your AI-enabled development workflow with the NVIDIA-hosted CUDA MCP Server for one-line agent access or the open source Nsight™ Copilot Blueprint for a self-hosted CUDA AI backend built for NVIDIA GPU-accelerated systems.\*

## Choose the Nsight AI Tool for Your Workflow

Connect an AI coding agent to current CUDA knowledge, deploy a self-hosted AI assistant, or bring AI-guided performance analysis into your Nsight workflow.

[Nsight Copilot Blueprint](https://github.com/NVIDIA-AI-Blueprints/nsight-copilot) [CUDA MCP Server](#cuda-mcp-server)[Nsight Compute Integration](/tools-overview/nsight-compute/get-started)[VS Code Extension](https://marketplace.visualstudio.com/items?itemName=NVIDIA.nsight-copilot)

* * *

## NVIDIA Nsight AI Demos: Copilot and Nsight Compute 

Use Nsight Copilot in Visual Studio Code and Nsight Compute, connect the CUDA MCP Server to your preferred coding agent, or deploy the open source blueprint for a self-hosted workflow.

### Watch the Nsight Copilot Blueprint Demo

This video shows the open source Nsight Copilot Blueprint, a self-hosted CUDA AI backend built for NVIDIA GPU-accelerated systems.\*

https://www.youtube-nocookie.com/embed/Q9mA9O_bkew?

### Watch Nsight Copilot in Nsight Compute

This video demonstrates Nsight Copilot integration in Nsight Compute, providing interactive guidance on uncoalesced memory accesses. 

https://www.youtube-nocookie.com/embed/_CmiydaJFMw?

 
* * *

## Key Capabilities of NVIDIA Nsight AI for CUDA Developers

### Hosted CUDA Knowledge for Your Agent

Connect the CUDA MCP Server to give your AI coding agent access to up-to-date NVIDIA CUDA documentation and code examples so it can answer CUDA questions from current first-party sources.

### AI-Assisted CUDA Development

Use Nsight Copilot in Visual Studio Code and Nsight Compute for CUDA-aware chat, code generation, code transformation, and interactive guidance.

### Open Source, Self-Hosted CUDA AI 

Deploy the open source Nsight Copilot Blueprint optimized for DGX Spark™ for a self-hosted CUDA AI backend and connect compatible IDE clients. [Explore the blueprint on GitHub](https://github.com/NVIDIA-AI-Blueprints/nsight-copilot).

* * *

## Get Started With NVIDIA Nsight AI

## CUDA MCP Server

Choose your agent and connect. On first connection, sign in with your NVIDIA Developer account. Your client will reuse that authentication afterward.

Claude Code

Codex

Cursor

Antigravity

Other

**Run this command from you terminal**

    claude mcp add --scope user --transport http nvidia-cuda-docs https://api.copilot.nsight.ngc.nvidia.com/mcp/cuda-docs

**Run this command from you terminal**

    codex mcp add nvidia-cuda-docs --url https://api.copilot.nsight.ngc.nvidia.com/mcp/cuda-docs

**Add to your custom MCP configuration**

    { &quot;mcpServers&quot;: { &quot;nvidia-cuda-docs&quot;: { &quot;url&quot;: &quot;https://api.copilot.nsight.ngc.nvidia.com/mcp/cuda-docs&quot; } } }

**Add to your custom MCP configuration**

    { &quot;mcpServers&quot;: { &quot;nvidia-cuda-docs&quot;: { &quot;serverUrl&quot;: &quot;https://api.copilot.nsight.ngc.nvidia.com/mcp/cuda-docs&quot; } } }

**Connect to the CUDA MCP Server**

    https://api.copilot.nsight.ngc.nvidia.com/mcp/cuda-docs

* * *

## Nsight Copilot Blueprint

An open source, self-hosted CUDA AI backend optimized for NVIDIA GPU-accelerated systems.\*

### 1. Confirm Your Setup

Prepare your NVIDIA GPU-accelerated system with Ubuntu 22.04 or later, Docker Compose v2, NVIDIA Container Toolkit, and at least 200 GB of free disk space. See the GitHub guide for current hardware requirements and deployment guidance.

### 2. Deploy the Blueprint

Follow the GitHub guide to deploy the blueprint with Docker Compose.

### 3. Connect Your IDE

Once the backend is running, connect the Nsight Copilot VS Code extension or another compatible IDE client.

[Get Started with Nsight Copilot Blueprint on GitHub](https://github.com/NVIDIA-AI-Blueprints/nsight-copilot)

[Try the Nsight Copilot Blueprint Demo](https://build.nvidia.com/nvidia/nsight-copilot)

* * *

## NVIDIA Nsight AI FAQ

Get answers to common questions about NVIDIA Nsight AI, including the CUDA MCP Server, self-hosted deployment, Nsight Compute integration, and system requirements.

Nsight AI is the evolved, rebranded platform that replaces Nsight Copilot, designed to streamline AI-enabled development workflows by providing intelligent code suggestions and assistance specifically for NVIDIA CUDA programming.   
  
Explore the updated capabilities on the [NVIDIA Nsight AI product page](/nsight-ai).

The CUDA MCP Server provides a standardized interface that connects your preferred AI coding agent to real-time, first-party NVIDIA CUDA documentation and code examples, ensuring the model provides accurate and context-aware answers.   
  
Review the documentation on how to [connect your agent to the CUDA MCP Server.](https://api.copilot.nsight.ngc.nvidia.com/mcp/cuda-docs)

The Nsight Copilot Blueprint is an open-source, self-hosted CUDA AI backend optimized for NVIDIA GPU-accelerated systems, allowing developers to maintain full control over their development environment and data privacy while utilizing advanced AI assistance.   
  
Download and deploy the [Nsight Copilot Blueprint from the GitHub repository](https://github.com/NVIDIA-AI-Blueprints/nsight-copilot).

You can use the Nsight Copilot integration within Nsight Compute to receive interactive guidance specifically focused on memory analysis, such as identifying and resolving uncoalesced memory accesses in your CUDA kernels.   
  
Get started with the [Nsight Compute integration tools](/tools-overview/nsight-compute/get-started).

Yes, on your first connection to the CUDA MCP Server, you must authenticate using your NVIDIA Developer account; once authenticated, your client will securely manage and reuse these credentials for subsequent sessions.  
  
Join the [NVIDIA Developer Program](/developer-program) to manage your account credentials.

The Blueprint requires an NVIDIA GPU-accelerated system running Ubuntu 22.04 or later, Docker Compose v2, and the NVIDIA Container Toolkit, along with a minimum of 200 GB of free disk space for the deployment.  
  
Confirm your current system requirements via the [GitHub deployment documentation](https://github.com/NVIDIA-AI-Blueprints/nsight-copilot).

The hosted CUDA MCP Server provides access to NVIDIA-curated documentation; however, users handling highly sensitive or proprietary code should use the self-hosted Nsight Copilot Blueprint to ensure data remains strictly on-premises.   
  
Learn about [self-hosted options on the Nsight Copilot Blueprint GitHub](https://github.com/NVIDIA-AI-Blueprints/nsight-copilot).

No, Nsight AI complements traditional debugging by providing real-time, AI-powered insights and analysis, but it should be used in conjunction with standard debugging tools for comprehensive application validation.   
  
Learn more about the [tools overview for Nsight Compute](/tools-overview/nsight-compute/get-started).

MCP is the standardized communication protocol used by the CUDA MCP Server, allowing various coding assistants to securely interface with NVIDIA&#39;s knowledge base and documentation.   
  
Understand the protocol usage in the [Nsight Copilot GitHub documentation](https://github.com/NVIDIA-AI-Blueprints/nsight-copilot).

## More Nsight Resources

 ![Join the Developer Community](https://developer.download.nvidia.com/images/omniverse/m48-people-group.svg)
### Join the Community  

 ![Join the NVIDIA Developer Program](https://developer.download.nvidia.com/icons/m48-developer-1.svg)
### Join the NVIDIA Developer Program

## Get started with Nsight Copilot 

[Nsight Copilot Blueprint](https://github.com/NVIDIA-AI-Blueprints/nsight-copilot)[CUDA MCP Server](#cuda-mcp-server)[Nsight Compute Integration](/tools-overview/nsight-compute/get-started)[VS Code Extension](https://marketplace.visualstudio.com/items?itemName=NVIDIA.nsight-copilot)

## Support

To provide feedback, request additional features, or report support issues, please use the [Developer Forums](https://devtalk.nvidia.com/).

\*Hardware compatibility depends on the requirements of the included NIM™ models. See the [GitHub guide](https://github.com/NVIDIA-AI-Blueprints/nsight-copilot) for current system requirements.


