WebGPU Inspector MCP
WebGPU Inspector MCP
Сервер OpenCode / Model Context Protocol (MCP) для WebGPU Inspector.
Он позволяет AI-ассистентам управлять Chrome/Chromium для захвата живых кадров WebGPU, профилирования производительности кадров, инспектирования шейдеров WGSL, буферов, текстур и диагностики проблем рендеринга WebGPU.
Возможности
Автоматическая инструментация браузера: Запускает Chromium/Chrome/Edge через CDP и внедряет 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 installКонфигурация MCP
Добавьте сервер в ваш opencode.json (или конфигурацию Claude desktop):
{
"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"
}
}
}
}Переменные окружения
Все переменные окружения необязательны:
Variable | Default | Description |
|
| Каталог, в котором хранятся загруженные захваты кадров |
|
| Порт для локального HTTP + WebSocket моста, к которому подключаются инструментированные страницы. Если порт по умолчанию уже занят другой сессией, мост автоматически переключается на свободный порт, назначенный ОС. |
|
| Адрес привязки для локального сервера моста. |
| (auto-detected) | Пользовательский путь к бинарному файлу Google Chrome, Chromium или Microsoft Edge. Если не указан, автоматически определяет стандартные системные пути. |
| (none) | Необязательный токен аутентификации, необходимый для подключения инструментированных страниц к мосту. |
| (bundled) | Путь или URL к пользовательскому скрипту внедрения |
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