mcp-console-hub
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-console-hubDiagnose all errors and suggest fixes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
What It Captures
DevTools Tab | What's Captured | Details |
Console |
| With stack traces for errors/warnings |
Console | Unhandled exceptions |
|
Console | Promise rejections |
|
Network | All fetch/XHR requests | Method, URL, status, duration, headers, body preview, size |
Network | Failed requests | 4xx, 5xx, connection errors with details |
Application | localStorage | All key-value pairs |
Application | sessionStorage | All key-value pairs |
Application | Cookies | Name, value, domain, path |
Application | IndexedDB | Database names |
Performance | Navigation timing | TTFB, DOM loaded, load complete, DNS, connect |
Performance | Resource loading | JS, CSS, images, fonts with duration + size |
Performance | Memory | Heap size (Chrome only) |
Performance | Marks & Measures | Custom performance marks |
Zero code changes. One bookmarklet. Works with any web app.
Related MCP server: Chrome DevTools MCP
Quick Start
1. Configure your IDE
{
"mcpServers": {
"mcp-console-hub": {
"command": "npx",
"args": ["-y", "mcp-console-hub@latest"]
}
}
}{
"servers": {
"mcp-console-hub": {
"type": "stdio",
"command": "npx",
"args": ["-y", "mcp-console-hub@latest"]
}
}
}claude mcp add mcp-console-hub npx -y mcp-console-hub@latest{
"mcpServers": {
"mcp-console-hub": {
"command": "npx",
"args": ["-y", "mcp-console-hub@latest"]
}
}
}2. Connect your browser
Open http://localhost:3200 — drag the bookmarklet to your bookmarks bar.
Navigate to any web app. Click the bookmarklet.
3. Ask your AI agent
@mcp-console-hub Diagnose all errors and suggest fixes
@mcp-console-hub Show all network failures
@mcp-console-hub Read localStorage and explain the app state
@mcp-console-hub Audit page performance
@mcp-console-hub Fix errors by priority — most critical firstMCP Tools (24 tools)
Console (7 tools)
Tool | Description |
| Filter by level, source, text, time, stack |
| Full context with parsed stack frames + timeline |
| Detect cascading errors (root cause analysis) |
| Find recurring messages |
| Structured frames: function, file, line, col |
| Find all errors from a specific source file |
| Runtime exceptions + promise rejections |
Network (4 tools)
Tool | Description |
| Filter by method, status, URL, duration |
| Full request/response: headers, body, timing |
| All 4xx, 5xx, and connection failures |
| Requests above duration threshold |
Storage (3 tools)
Tool | Description |
| All storage: localStorage, sessionStorage, cookies, IndexedDB |
| Read specific key with auto JSON parse |
| List/search cookies |
Performance (2 tools)
Tool | Description |
| Navigation timing, resources, memory, marks |
| Find slow-loading JS, CSS, images, fonts |
General (4 tools)
Tool | Description |
| Aggregated statistics |
| Page URL, user agent, all data availability |
| Chronological event sequence |
| Clear all captured data |
Export (1 tool)
Tool | Description |
| Full DevTools report as JSON or Markdown |
MCP Prompts (7 prompts)
Prompt | Trigger | Description |
|
| Full analysis of errors + network + performance |
|
| Prioritized fix list: Critical > High > Medium |
|
| Concrete code fix for the most recent error |
|
| Analyze failures, CORS issues, auth errors |
|
| Analyze storage to understand app state |
|
| Page load audit with optimization suggestions |
|
| Step-by-step fix for the latest error |
MCP Resources (12 resources)
URI | Description |
| All console entries |
| Error-level only |
| Warning-level only |
| Chronological timeline |
| Aggregated stats |
| All network requests |
| Failed requests |
| Slow requests (>1s) |
| Full storage snapshot |
| Cookies only |
| All performance data |
| Page info + data availability |
How It Works
Browser (any web app) MCP Console Hub IDE AI Agent
+-----------------+ +--------------------+ +----------------+
| Bookmarklet | WebSocket | | stdio | |
| captures: |==============>| Console Store |<===========>| 24 MCP Tools |
| | :3201 | Network Store | | 12 Resources |
| - console.* | | Storage Snapshot | | 7 Prompts |
| - window.onerror| HTTP POST | Performance Data | | |
| - fetch/XHR |-------------->| | | Cursor |
| - localStorage | :3200 | File-backed | | VSCode |
| - cookies | | (.store/) | | Claude Code |
| - performance | | | | Antigravity |
+-----------------+ +--------------------+ +----------------+
zero code changes npx mcp-console-hub IDE MCP configPorts & Environment
Port | Protocol | Purpose |
3200 | HTTP | Connector page + health + ingestion |
3201 | WebSocket | Real-time data streaming |
Variable | Default | Description |
|
| HTTP port |
|
| WebSocket port |
| auto | Custom store file path |
License
MIT — see LICENSE
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/nano-step/mcp-console-hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server