Skip to main content
Glama
debugg-ai

Debugg AI MCP

Official
by debugg-ai

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.

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

Related MCP server: DevDb MCP Server

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

Dashboard · Docs · Issues · Discord


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