Console logs, network requests, storage, performance data, and Redux state — captured from any web app and streamed to your IDE's AI agent in real-time. Zero code changes.
One bookmarklet captures data from every DevTools tab — console, network, application, performance, and Redux state.
With full stack traces, parsed into file + line + function
All console output with timestamps
window.onerror + unhandledrejection with file location
All fetch/XHR: method, URL, status, duration, headers, body
4xx, 5xx, CORS failures, timeouts with details
All key-value pairs with JSON auto-parse
Session data, cookies with domain + path, IndexedDB names
TTFB, DOM loaded, load complete, DNS, connect time
JS, CSS, images, fonts — duration + size for each
Full store state, slice keys, deep key path access, search
Three steps. Under two minutes. Zero code changes.
Works with Cursor, VSCode, Claude Code, Antigravity, Windsurf, OpenCode.
// .cursor/mcp.json or equivalent { "mcpServers": { "mcp-console-hub": { "command": "npx", "args": ["-y", "mcp-console-hub@latest"] } } }
Open http://localhost:3200 — drag the bookmarklet to your bookmarks bar. Navigate to any web app, click it.
[MCP Console Hub] WebSocket connected [MCP Console Hub] Connected! Console, network, storage, performance, and Redux data streaming to IDE.
@mcp-console-hub Diagnose all errors and suggest fixes @mcp-console-hub Show all failed network requests @mcp-console-hub Read localStorage and explain the app state @mcp-console-hub Audit page performance — what's slow? @mcp-console-hub Show me the Redux state for the auth slice
Pre-built workflows that give your AI agent the right context for each task.
/diagnoseFull analysis of errors, network failures, and performance issues with prioritized fixes
/fix_by_priorityOrdered fix list: Critical (crashes) > High (bugs) > Medium (warnings)
/suggest_solutionConcrete code fix for the latest error with before/after diff
/debug_networkAnalyze failures, CORS issues, auth errors, slow endpoints
/read_app_stateDecode localStorage, cookies, sessionStorage — understand app state
/performance_auditPage load audit: TTFB, slow resources, memory, optimization tips
/inspect_reduxDeep Redux state analysis: auth, feature flags, cache, error states
/fix_entryStep-by-step guidance to fix a specific console error