Skip to main content
Glama
debugg-ai

Debugg AI MCP

Official
by debugg-ai

Debugg AI — MCP Server

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

リンク

ダッシュボード · ドキュメント · Issue · 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