Skip to main content
Glama
debugg-ai

Debugg AI MCP

Official
by debugg-ai

Debugg AI — MCP 서버

Model Context Protocol을 통한 AI 기반 브라우저 테스트. URL(또는 localhost)을 지정하고 테스트할 내용을 설명하면, AI 에이전트가 앱을 탐색하고 스크린샷과 함께 성공/실패 여부를 반환합니다.

설정

debugg.ai에서 API 키를 발급받은 후, MCP 클라이언트 설정에 추가하세요:

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

또는 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

앱에 대해 AI 브라우저 에이전트를 실행합니다. 에이전트가 탐색 및 상호작용을 수행하고 스크린샷과 함께 결과를 보고합니다.

매개변수

타입

설명

description

string 필수

테스트할 내용 (자연어)

url

string

대상 URL — localPort가 설정되지 않은 경우 필수

localPort

number

로컬 개발 서버 포트 — 터널이 자동으로 생성됨

environmentId

string

특정 환경의 UUID

credentialId

string

특정 자격 증명의 UUID

credentialRole

string

역할별 자격 증명 선택 (예: admin, guest)

username

string

로그인용 사용자 이름

password

string

로그인용 비밀번호

구성

DEBUGGAI_API_KEY=your_api_key

로컬 개발

npm install && npm test && npm run build

링크

대시보드 · 문서 · 이슈 · Discord


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