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.
Run browser tests with natural language descriptions.
Create organized test suites for features.
Generate tests based on git commits.
Monitor test execution and results.
List all E2E tests with filtering and pagination.
List all test suites with filtering options.
List all commit-based test suites.
Start a live browser session with real-time monitoring.
Stop an active live session.
Get the current status of a live session.
Retrieve console and network logs from a live session.
Capture screenshots from an active live session.
{
"mcpServers": {
"debugg-ai-mcp": {
"command": "npx",
"args": ["-y", "@debugg-ai/debugg-ai-mcp"],
"env": {
"DEBUGGAI_API_KEY": "your_api_key_here"
}
}
}
}