JiaboLi-GitHub/renderdoc-mcp
An MCP server for RenderDoc: Empowering AI assistants to analyze GPU frame captures and debug graphics pipelines.
Platform-specific configuration:
{
"mcpServers": {
"renderdoc-mcp": {
"command": "npx",
"args": [
"-y",
"renderdoc-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/JiaboLi-GitHub/renderdoc-mcp/actions/workflows/release.yml) English | 中文
MCP (Model Context Protocol) server for GPU render debugging. Enables AI assistants (Claude, Codex, etc.) to analyze RenderDoc capture files (.rdc) through a standard MCP interface.
renderdoc-cli) for scripting and shell-based workflows.rdc capture files (D3D11 / D3D12 / OpenGL / Vulkan)renderdoc.lib + renderdoc.dll)Prebuilt Windows x64 binaries can be downloaded from the GitHub Releases page.
Each release zip includes:
Current package layout:
bin/renderdoc-mcp.exe — MCP serverbin/renderdoc-cli.exe — command-line toolbin/renderdoc.dll, bin/renderdoc.json, and the extra RenderDoc runtime DLLs needed beside the executablesskills/renderdoc-mcp/ — Codex skillinstall-codex.ps1 — install the MCP server, skill, and CLI iLoading reviews...