Skip to main content
Glama
debugg-ai

Debugg AI MCP

Official
by debugg-ai

Debugg AI — Servidor MCP

Pruebas de navegador impulsadas por IA a través del Model Context Protocol. Apúntalo a cualquier URL (o localhost) y describe qué probar: un agente de IA navegará por tu aplicación y devolverá el resultado (aprobado/fallido) con capturas de pantalla.

Configuración

Obtén una clave API en debugg.ai y añádela a la configuración de tu cliente MCP:

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

O con Docker:

docker run -i --rm --init -e DEBUGGAI_API_KEY=your_api_key quinnosha/debugg-ai-mcp

Related MCP server: DevDb MCP Server

check_app_in_browser

Ejecuta un agente de navegador con IA en tu aplicación. El agente navega, interactúa y genera un informe con capturas de pantalla.

Parámetro

Tipo

Descripción

description

string obligatorio

Qué probar (lenguaje natural)

url

string

URL de destino: obligatorio si no se establece localPort

localPort

number

Puerto del servidor de desarrollo local: el túnel se crea automáticamente

environmentId

string

UUID de un entorno específico

credentialId

string

UUID de una credencial específica

credentialRole

string

Seleccionar una credencial por rol (ej. admin, guest)

username

string

Nombre de usuario para iniciar sesión

password

string

Contraseña para iniciar sesión

Configuración

DEBUGGAI_API_KEY=your_api_key

Desarrollo local

npm install && npm test && npm run build

Enlaces

Panel de control · Documentación · Problemas · Discord


Licencia Apache-2.0 © 2025 DebuggAI

Install Server
A
security – no known vulnerabilities
A
license - permissive license
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/debugg-ai/debugg-ai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server