loading…
Search for a command to run...
loading…
Enables GPU profiling and performance analysis via NVIDIA Nsight Systems, allowing agents to profile binaries and aggregate statistics for kernels, memory copie
Enables GPU profiling and performance analysis via NVIDIA Nsight Systems, allowing agents to profile binaries and aggregate statistics for kernels, memory copies, and NVTX ranges. It supports advanced analysis through interval tree construction and structural queries on profiling reports.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"nsys-mcp": {
"command": "npx",
"args": []
}
}
}