Bruno MCP
Бруно MCP Сервер
Сервер MCP (Model Context Protocol), который позволяет запускать коллекции Bruno. Этот сервер позволяет LLM выполнять тесты API с использованием Bruno и получать подробные результаты через стандартизированный интерфейс.
Функции
Запуск коллекций Bruno с помощью Bruno CLI
Поддержка файлов окружения
Поддержка переменных среды
Подробные результаты испытаний, включая:
Общий статус успеха/неудачи
Итоги теста (всего, сдано, не сдано)
Подробная информация об отказе
Сроки выполнения
Related MCP server: API Testing MCP
Установка
Установка через Smithery
Чтобы автоматически установить Bruno MCP Server для Claude Desktop через Smithery :
npx -y @smithery/cli install @hungthai1401/bruno-mcp --client claudeРучная установка
# Install dependencies
npm install
# Build the project
npm run buildКонфигурация
Добавьте сервер в файл конфигурации рабочего стола Claude по адресу ~/Library/Application Support/Claude/claude_desktop_config.json :
{
"mcpServers": {
"bruno-runner": {
"command": "npx",
"args": ["-y", "bruno-mcp"],
}
}
}Доступные инструменты
запуск-коллекция
Запускает сбор данных Бруно и возвращает результаты теста.
Параметры:
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 и сообщите мне, все ли тесты пройдены»
Клод будет:
Используйте инструмент для сбора данных
Проанализируйте результаты теста
Предоставьте понятное резюме выполнения
Разработка
Структура проекта
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