Bruno MCP
ブルーノMCPサーバー
Brunoコレクションの実行を可能にするMCP(Model Context Protocol)サーバー。このサーバーにより、LLMはBrunoを使用してAPIテストを実行し、標準化されたインターフェースを通じて詳細な結果を取得できます。
特徴
Bruno CLI を使用して Bruno コレクションを実行する
環境ファイルのサポート
環境変数のサポート
詳細なテスト結果には以下が含まれます:
全体的な成功/失敗のステータス
テストの概要(合計、合格、不合格)
詳細な障害情報
実行タイミング
Related MCP server: API Testing MCP
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Bruno MCP Server を自動的にインストールするには:
npx -y @smithery/cli install @hungthai1401/bruno-mcp --client claude手動インストール
# Install dependencies
npm install
# Build the project
npm run build構成
~/Library/Application Support/Claude/claude_desktop_config.jsonにある Claude デスクトップ構成ファイルにサーバーを追加します。
{
"mcpServers": {
"bruno-runner": {
"command": "npx",
"args": ["-y", "bruno-mcp"],
}
}
}利用可能なツール
ランコレクション
Bruno コレクションを実行し、テスト結果を返します。
パラメータ:
collection(必須): ブルーノコレクションへのパスenvironment(オプション): 環境ファイルへのパスvariables(オプション): キーと値のペアとしての環境変数
応答例:
{
"success": true,
"summary": {
"total": 5,
"failed": 0,
"passed": 5
},
"failures": [],
"timings": {
"started": "2024-03-14T10:00:00.000Z",
"completed": "2024-03-14T10:00:01.000Z",
"duration": 1000
}
}クロードでの使用例
Claude でサーバーを使用するには、Bruno コレクションを実行するように要求します。
「/path/to/collection.bru で Bruno コレクションを実行し、すべてのテストに合格したかどうかを教えてください」
クロードは次のことを行います:
実行収集ツールを使用する
テスト結果を分析する
人間に分かりやすい実行概要を提供する
発達
プロジェクト構造
src/
├── index.ts # Entry point
├── server.ts # MCP Server implementation
├── runner.ts # Bruno runner implementation
└── types.ts # Type definitionsテストの実行
# Run tests
npm test
# Run tests with coverage
npm test:coverage建物
# Build the project
npm run build
# Clean build artifacts
npm run cleanライセンス
マサチューセッツ工科大学
Maintenance
Tools
Related MCP Servers
- AlicenseBqualityFmaintenanceA Model Context Protocol (MCP) server that enables programmatic creation and management of Bruno API testing collections, environments, and requests through standardized MCP tools.17031MIT
- AlicenseAqualityDmaintenanceA lightweight, local-first MCP server for executing HTTP requests and managing API collections and environments without cloud dependencies. It enables testing APIs, handling authentication, and importing OpenAPI specifications directly within MCP-compatible workflows.421944MIT
- Alicense-qualityCmaintenanceMCP server that executes requests from Bruno API collections via the Bruno CLI tool, enabling API request execution and collection management.4MIT
- Alicense-qualityDmaintenanceExposes Bruno CLI as tools for AI agents, allowing them to discover, inspect, and execute Bruno API collections through the MCP protocol.1MIT
Related MCP Connectors
MCP (Model Context Protocol) server for Appwrite
A basic MCP server to operate on the Postman API.
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/hungthai1401/bruno-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server