Stats
Actions
Tags
From webgpu-inspector
Local Node.js MCP server for inspecting and debugging WebGPU shaders and graphics pipelines via a bridge port.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"webgpu-inspector": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server/index.js"
],
"env": {
"WEBGPU_BRIDGE_PORT": "9690"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
WEBGPU_BRIDGE_PORT=9690npx claudepluginhub brendan-duncan/webgpu_inspector --plugin webgpu-inspector