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