Skip to main content
Glama
debugg-ai

Debugg AI MCP

Official
by debugg-ai

Debugg AI — MCP-Server

KI-gestütztes Browser-Testing über das Model Context Protocol. Geben Sie eine beliebige URL (oder localhost) an und beschreiben Sie, was getestet werden soll — ein KI-Agent durchsucht Ihre App und liefert Ergebnisse (bestanden/nicht bestanden) mit Screenshots.

Einrichtung

Holen Sie sich einen API-Schlüssel unter debugg.ai und fügen Sie ihn Ihrer MCP-Client-Konfiguration hinzu:

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

Oder mit 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

Führt einen KI-Browser-Agenten für Ihre App aus. Der Agent navigiert, interagiert und berichtet mit Screenshots zurück.

Parameter

Typ

Beschreibung

description

string erforderlich

Was getestet werden soll (natürliche Sprache)

url

string

Ziel-URL — erforderlich, wenn localPort nicht gesetzt ist

localPort

number

Port des lokalen Entwicklungsservers — Tunnel wird automatisch erstellt

environmentId

string

UUID einer bestimmten Umgebung

credentialId

string

UUID einer bestimmten Anmeldeinformation

credentialRole

string

Anmeldeinformation nach Rolle auswählen (z. B. admin, guest)

username

string

Benutzername für die Anmeldung

password

string

Passwort für die Anmeldung

Konfiguration

DEBUGGAI_API_KEY=your_api_key

Lokale Entwicklung

npm install && npm test && npm run build

Dashboard · Dokumentation · Probleme · Discord


Apache-2.0-Lizenz © 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