Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PYTHONPATHNoPath to the RenderDoc Python module. To use the native Python API (recommended), set this to include the path to the RenderDoc plugins/python directory. If not set, the server will fall back to using the renderdoccmd command line tool.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
renderdoc_check_availableA

Check if RenderDoc is available on the system. Returns availability status and installation info.

renderdoc_open_captureA

Open an RDC capture file for analysis. Returns basic information about the capture including API type, frame count, and resource counts.

renderdoc_close_captureA

Close the currently open RDC capture file and release resources.

renderdoc_get_capture_infoB

Get detailed information about the currently open capture including API, driver, and resource counts.

renderdoc_get_texturesA

Get a list of all textures in the capture with their properties (dimensions, format, mip levels, etc.).

renderdoc_get_buffersB

Get a list of all buffers in the capture with their properties (size, type, etc.).

renderdoc_get_draw_callsB

Get a list of all draw calls/events in the capture with their properties.

renderdoc_get_shader_infoC

Get detailed information about a specific shader including its reflection data.

renderdoc_get_pixel_dataC

Get pixel color data at a specific location in a texture.

renderdoc_get_texture_thumbnailA

Get a base64 encoded thumbnail image of a texture. Useful for quickly visualizing texture contents.

renderdoc_analyze_draw_callC

Perform detailed analysis of a specific draw call including input/output resources, shaders, and state.

renderdoc_search_resourcesC

Search for resources (textures, buffers, shaders) by name pattern.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Hengle/Renderdoc-Mcp2'

If you have feedback or need assistance with the MCP directory API, please join our Discord server