Debugg AI
Enable your code gen agents to create & run 0-config end-to-end tests against new code changes in remote browsers via the Debugg AI testing platform.
Debugg AI — MCP Server
AI-powered browser testing via the Model Context Protocol. Point it at any URL (or localhost) and describe what to test — an AI agent browses your app and returns pass/fail with screenshots.
<a href="https://glama.ai/mcp/servers/@debugg-ai/debugg-ai-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@debugg-ai/debugg-ai-mcp/badge" alt="Debugg AI MCP server" /> </a>Setup
Get an API key at debugg.ai, then add to your MCP client config:
{
"mcpServers": {
"debugg-ai": {
"command": "npx",
"args": ["-y", "@debugg-ai/debugg-ai-mcp"],
"env": {
"DEBUGGAI_API_KEY": "your_api_key_here"
}
}
}
}
Or with Docker:
docker run -i --rm --init -e DEBUGGAI_API_KEY=your_api_key quinnosha/debugg-ai-mcp
check_app_in_browser
Runs an AI browser agent against your app. The agent navigates, interacts, and reports back with screenshots.
| Parameter | Type | Description |
|---|---|---|
description | string required | What to test (natural language) |
url | string | Target URL — required if localPort not set |
localPort | number | Local dev server port — tunnel created automatically |
environmentId | string | UUID of a specific environment |
credentialId | string | UUID of a specific credential |
credentialRole | string | Pick a credential by role (e.g. admin, guest) |
username | string | Username for login |
password | string | Password for login |
Configuration
DEBUGGAI_API_KEY=your_api_key
Local Development
npm install && npm test && npm run build
Links
Dashboard · Docs · Issues · Discord
Apache-2.0 License © 2025 DebuggAI
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Petclinic
Interacts with the Swagger Petstore API using Petclinic v3 APIs, exposing tools for OpenAI models.
Agile Team MCP Server
An MCP server providing model wrapper tools for agile development teams, requiring external API keys.
Apifox MCP Server
Provides API documentation from Apifox projects as a data source for AI programming tools that support MCP.
Ping MCP Server
An MCP server providing on-chain AI tools for seamless interaction with the Solana blockchain.
Airflow MCP Server
Control Apache Airflow via its API using JWT authentication.
Gemini CLI MCP Server
An MCP server and CLI wrapper for Google's Gemini CLI, featuring OAuth authentication support.
21st.dev Magic
Create crafted UI components inspired by the best 21st.dev design engineers.
Mezmo MCP
Mezmo's remote MCP server connects AI assistants to Mezmo's Observability platform so you can run advanced root-cause analysis, discover pipelines, and export logs without hosting anything yourself.
Figma
Access and interact with Figma files and prototypes directly from AI agents.
Trading Simulator
An MCP server for interacting with the Trading Simulator API to simulate trading activities.