{"id":28567695,"url":"https://github.com/debugg-ai/debugg-ai-mcp","last_synced_at":"2026-04-26T18:00:48.398Z","repository":{"id":296243765,"uuid":"992195621","full_name":"debugg-ai/debugg-ai-mcp","owner":"debugg-ai","description":"Zero-Config, Fully AI-Managed End-to-End Testing for all code gen platforms.","archived":false,"fork":false,"pushed_at":"2026-04-24T20:09:39.000Z","size":1097,"stargazers_count":58,"open_issues_count":0,"forks_count":11,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-24T21:31:56.092Z","etag":null,"topics":["automation","browser","end-to-end-testing","web"],"latest_commit_sha":null,"homepage":"https://debugg.ai","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/debugg-ai.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-05-28T19:10:24.000Z","updated_at":"2026-04-24T20:09:18.000Z","dependencies_parsed_at":"2025-08-16T00:07:50.183Z","dependency_job_id":"15a93a2c-fd16-4609-9f96-a7a2f2911018","html_url":"https://github.com/debugg-ai/debugg-ai-mcp","commit_stats":null,"previous_names":["debugg-ai/debugg-ai-mcp"],"tags_count":56,"template":false,"template_full_name":null,"purl":"pkg:github/debugg-ai/debugg-ai-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debugg-ai%2Fdebugg-ai-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debugg-ai%2Fdebugg-ai-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debugg-ai%2Fdebugg-ai-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debugg-ai%2Fdebugg-ai-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/debugg-ai","download_url":"https://codeload.github.com/debugg-ai/debugg-ai-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debugg-ai%2Fdebugg-ai-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32307015,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T17:23:19.671Z","status":"ssl_error","status_checked_at":"2026-04-26T17:23:19.195Z","response_time":129,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","browser","end-to-end-testing","web"],"created_at":"2025-06-10T16:00:18.547Z","updated_at":"2026-04-26T18:00:48.378Z","avatar_url":"https://github.com/debugg-ai.png","language":"TypeScript","funding_links":[],"categories":["Developer Tools","📦 Other","Official Servers","Browser Automation","Code \u0026 Developer Tools"],"sub_categories":["Testing \u0026 QA","How to Submit"],"readme":"# Debugg AI — MCP Server\n\nAI-powered browser testing via the [Model Context Protocol](https://modelcontextprotocol.io). Point it at any URL (or localhost) and describe what to test — an AI agent browses your app and returns pass/fail with screenshots.\n\n\u003ca href=\"https://glama.ai/mcp/servers/@debugg-ai/debugg-ai-mcp\"\u003e\n  \u003cimg width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/@debugg-ai/debugg-ai-mcp/badge\" alt=\"Debugg AI MCP server\" /\u003e\n\u003c/a\u003e\n\n## Setup\n\nGet an API key at [debugg.ai](https://debugg.ai), then add to your MCP client config:\n\n```json\n{\n  \"mcpServers\": {\n    \"debugg-ai\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@debugg-ai/debugg-ai-mcp\"],\n      \"env\": {\n        \"DEBUGGAI_API_KEY\": \"your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\nOr with Docker:\n\n```bash\ndocker run -i --rm --init -e DEBUGGAI_API_KEY=your_api_key quinnosha/debugg-ai-mcp\n```\n\n## `check_app_in_browser`\n\nRuns an AI browser agent against your app. The agent navigates, interacts, and reports back with screenshots.\n\n| Parameter | Type | Description |\n|-----------|------|-------------|\n| `description` | string **required** | What to test (natural language) |\n| `url` | string | Target URL — required if `localPort` not set |\n| `localPort` | number | Local dev server port — tunnel created automatically |\n| `environmentId` | string | UUID of a specific environment |\n| `credentialId` | string | UUID of a specific credential |\n| `credentialRole` | string | Pick a credential by role (e.g. `admin`, `guest`) |\n| `username` | string | Username for login |\n| `password` | string | Password for login |\n\n## Configuration\n\n```bash\nDEBUGGAI_API_KEY=your_api_key\n```\n\n## Local Development\n\n```bash\nnpm install \u0026\u0026 npm test \u0026\u0026 npm run build\n```\n\n## Links\n\n[Dashboard](https://app.debugg.ai) · [Docs](https://debugg.ai/docs) · [Issues](https://github.com/debugg-ai/debugg-ai-mcp/issues) · [Discord](https://debugg.ai/discord)\n\n---\n\nApache-2.0 License © 2025 DebuggAI\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebugg-ai%2Fdebugg-ai-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdebugg-ai%2Fdebugg-ai-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebugg-ai%2Fdebugg-ai-mcp/lists"}