LogoSTMCP
Download
debugg-ai-mcp

Official MCP Server for Debugg AI

Official MCP server for Debugg AI, providing AI-powered development and testing toolkit with zero-config E2E testing, live session monitoring, and comprehensive test management capabilities.

Tools

1. debugg_ai_test_page_changes

Run browser tests with natural language descriptions.

2. debugg_ai_create_test_suite

Create organized test suites for features.

3. debugg_ai_create_commit_suite

Generate tests based on git commits.

4. debugg_ai_get_test_status

Monitor test execution and results.

5. debugg_ai_list_tests

List all E2E tests with filtering and pagination.

6. debugg_ai_list_test_suites

List all test suites with filtering options.

7. debugg_ai_list_commit_suites

List all commit-based test suites.

8. debugg_ai_start_live_session

Start a live browser session with real-time monitoring.

9. debugg_ai_stop_live_session

Stop an active live session.

10. debugg_ai_get_live_session_status

Get the current status of a live session.

11. debugg_ai_get_live_session_logs

Retrieve console and network logs from a live session.

12. debugg_ai_get_live_session_screenshot

Capture screenshots from an active live session.

Open Graph image for Official MCP Server for Debugg AI

JSON Config

{
  "mcpServers": {
    "debugg-ai-mcp": {
      "command": "npx",
      "args": ["-y", "@debugg-ai/debugg-ai-mcp"],
      "env": {
        "DEBUGGAI_API_KEY": "your_api_key_here"
      }
    }
  }
}

Information