WebGPU Inspector MCP
WebGPU Inspector MCP
OpenCode / Model Context Protocol (MCP) 서버로, WebGPU Inspector를 위한 것입니다.
AI 어시스턴트가 Chrome/Chromium을 구동하여 실시간 WebGPU 프레임을 캡처하고, 프레임 성능을 프로파일링하며, WGSL 셰이더, 버퍼, 텍스처를 검사하고, WebGPU 렌더링 문제를 진단할 수 있게 해줍니다.
기능
자동 브라우저 계측: CDP를 통해 Chromium/Chrome/Edge를 실행하고 페이지 스크립트가 실행되기 전에 모든 페이지에 WebGPU Inspector를 주입합니다.
21개의 MCP 도구: 브라우저 제어, 프레임 캡처, GPU 타임스탬프 프로파일링, 실시간 버퍼/텍스처 읽기, 드로우 상태 비교, 셰이더 검사 도구를 제공합니다.
캡처 파일 분석: 브라우저를 실행하지 않고
.wgpuc바이너리 파일 또는.json녹화 파일을 로드하고 검사할 수 있습니다.
Related MCP server: Chrome DevTools MCP
설치
git clone git@github.com:lpenguin/webgpu_inspector_mcp.git
cd webgpu_inspector_mcp
npm installMCP 구성
서버를 opencode.json(또는 Claude 데스크톱 구성)에 추가하세요:
{
"mcp": {
"webgpu-inspector": {
"type": "local",
"command": ["node", "/path/to/webgpu_inspector_mcp/index.js"],
"enabled": true,
"environment": {
"WEBGPU_BRIDGE_PORT": "9690",
"WEBGPU_BRIDGE_CAPTURES_DIR": "/path/to/webgpu_inspector_mcp/captures"
}
}
}
}환경 변수
모든 환경 변수는 선택 사항입니다:
변수 | 기본값 | 설명 |
|
| 업로드된 |
|
| 계측된 페이지가 연결하는 로컬 HTTP + WebSocket 브리지의 포트입니다. 기본 포트가 다른 세션에서 이미 사용 중이면 브리지는 OS가 할당한 사용 가능한 포트로 자동 대체됩니다. |
|
| 로컬 브리지 서버의 바인드 주소입니다. |
| (자동 감지) | Google Chrome, Chromium 또는 Microsoft Edge의 사용자 지정 바이너리 경로입니다. 생략하면 표준 시스템 경로를 자동 감지합니다. |
| (없음) | 계측된 페이지가 브리지에 연결하는 데 필요한 선택적 인증 토큰입니다. |
| (번들됨) | 사용자 지정 |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Live browser debugging for AI assistants — DOM, console, network via MCP.
Headless browser primitives for AI agents when sites need real JS rendering.
SEO & marketing toolkit for AI agents: GA4, Search Console, AdSense, GTM, PageSpeed, Trends.
A paid remote MCP for AI agent browser DevTools MCP, built to return verdicts, receipts, usage logs,
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI coding assistants to control and inspect a live Chrome browser through Chrome DevTools. Provides browser automation, performance analysis, debugging capabilities, and network request monitoring.3,288,16550,162Apache 2.0
- AlicenseAqualityCmaintenanceEnables AI coding assistants to control and inspect a live Chrome browser for automation, debugging, performance analysis, and screenshot capture through Chrome DevTools.263,288,1653Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI coding assistants to control and inspect a live Chrome browser for automation, debugging, performance analysis, network monitoring, and DOM interaction through Chrome DevTools Protocol.3,288,165Apache 2.0
- -licenseNot gradedqualityNot gradedmaintenanceEnables AI coding assistants to control and inspect a live Chrome browser for automated debugging, performance analysis, and web interaction. It leverages Puppeteer and Chrome DevTools to provide capabilities like network monitoring, console logging, and automated browser actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/lpenguin/webgpu_inspector_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server