Loading languages...
@D

@debugg-ai/debugg-ai-mcp

@debugg-ai69

Zero-Config, Fully AI-Managed End-to-End Testing for all code gen platforms.

e2e testing
browser automation
ai agent
ui testing

# mcpServer Config

{
  "debugg-ai-mcp": {
    "command": "npx",
    "args": [
      "-y",
      "@debugg-ai/debugg-ai-mcp"
    ],
    "env": {
      "DEBUGGAI_API_KEY": "YOUR_API_KEY",
      "TEST_USERNAME_EMAIL": "test@example.com",
      "TEST_USER_PASSWORD": "supersecure",
      "DEBUGGAI_LOCAL_PORT": 3000,
      "DEBUGGAI_LOCAL_REPO_NAME": "org/project",
      "DEBUGGAI_LOCAL_BRANCH_NAME": "main",
      "DEBUGGAI_LOCAL_REPO_PATH": "/Users/you/project",
      "DEBUGGAI_LOCAL_FILE_PATH": "/Users/you/project/index.ts"
    }
  }
}

# stdio

npx -y @debugg-ai/debugg-ai-mcp
Transport:
stdio
Language:
TypeScript
Created:5/28/2025
Updated:7/29/2025