Debugg AI MCP
OfficialDebugg 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-mcpRelated MCP server: DevDb MCP Server
check_app_in_browser
AIブラウザエージェントをアプリに対して実行します。エージェントがナビゲート、操作を行い、スクリーンショット付きで結果を報告します。
パラメータ | 型 | 説明 |
| string 必須 | テスト内容(自然言語) |
| string | ターゲットURL — |
| number | ローカル開発サーバーのポート — トンネルが自動的に作成されます |
| string | 特定の環境のUUID |
| string | 特定の認証情報のUUID |
| string | ロールによる認証情報の選択(例: |
| string | ログイン用ユーザー名 |
| string | ログイン用パスワード |
設定
DEBUGGAI_API_KEY=your_api_keyローカル開発
npm install && npm test && npm run buildリンク
ダッシュボード · ドキュメント · Issue · Discord
Apache-2.0 License © 2025 DebuggAI
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