Skip to content

RapidTriageMEΒΆ

AI-Powered Browser Debugging PlatformΒΆ

Welcome to RapidTriageME - a comprehensive browser debugging and triage platform that seamlessly integrates with AI assistants through the Model Context Protocol (MCP).

🎯 What is RapidTriageME?¢

RapidTriageME is a powerful debugging platform that captures browser data (console logs, network requests, errors) and makes it available to AI assistants for intelligent analysis and troubleshooting.

Key FeaturesΒΆ

  • πŸ” Real-time Browser Monitoring - Capture console logs, network requests, and errors
  • πŸ€– AI Integration - Seamless integration with Claude, ChatGPT, and other AI assistants via MCP
  • 🌐 Remote Access - Debug browsers anywhere through Cloudflare Workers
  • πŸ“Έ Screenshot Capture - Visual debugging with automatic screenshot capabilities
  • πŸš€ Performance Audits - Built-in Lighthouse integration for performance analysis
  • πŸ”’ Secure - JWT authentication and encrypted connections

πŸ—οΈ Architecture OverviewΒΆ

graph TB
    subgraph Browser
        CE[Chrome Extension]
        WT[Web Page]
    end

    subgraph Local
        BC[Browser Connector<br/>Port 3025]
        MCP[MCP Server]
    end

    subgraph Cloud
        CF[Cloudflare Worker]
        KV[(KV Storage)]
    end

    subgraph AI
        Claude[Claude/ChatGPT]
    end

    CE -->|WebSocket| BC
    WT -->|DevTools API| CE
    BC -->|HTTP/WS| MCP
    MCP -->|MCP Protocol| Claude
    BC -->|Optional| CF
    CF --> KV

🚦 Current Status¢

Production Ready

  • βœ… Server: Running on port 3025
  • βœ… Domain: Active at rapidtriage.me
  • βœ… API: Fully operational
  • βœ… Extension: Published and available

πŸ“¦ ComponentsΒΆ

Component Description Status
Chrome Extension Captures browser data via DevTools βœ… Active
Browser Connector Local server for data aggregation βœ… Port 3025
MCP Server AI integration via Model Context Protocol βœ… Ready
Cloudflare Worker Remote access and edge computing βœ… Deployed

πŸš€ Quick InstallationΒΆ

# Install the browser connector
npm install -g @yarlisai/rapidtriage-server

# Install the MCP server
npm install -g @yarlisai/rapidtriage-mcp

# Start the server
rapidtriage-server
# Clone the repository
git clone .git
cd rapidtriage

# Run the setup
./run.sh all

πŸ“– Documentation StructureΒΆ

🀝 Contributing¢

We welcome contributions! Please see our Contributing Guide for details.

πŸ“ LicenseΒΆ

RapidTriageME is open source software licensed under the MIT License.


Built with ❀️ by YarlisAISolutions