renderdoc-mcp
by kenzo1024
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RENDERDOC_MODULE_PATH | Yes | The directory containing the RenderDoc Python module (renderdoc.pyd on Windows, librenderdoc.so on Linux) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| connect_to_gui_captureC | 打开 RenderDoc GUI 当前加载的 rdc。 |
| open_captureC | 按路径打开 rdc。 |
| close_captureC | 关闭当前 capture。 |
| export_mesh_stage_dataC | 导出一个 mesh stage。常用 stage 是 vsin 和 vsout。 |
| export_event_texturesC | 导出一个 draw 绑定的纹理。 |
| export_draw_bundleC | 导出 VSIn、VSOut、纹理和 manifest。 |
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
- 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/kenzo1024/RenderdocMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server