Skip to main content
Glama

Bruno MCP Server

Schmiedeabzeichen

Ein MCP-Server (Model Context Protocol), der die Ausführung von Bruno-Sammlungen ermöglicht. Dieser Server ermöglicht LLMs die Ausführung von API-Tests mit Bruno und den Erhalt detaillierter Ergebnisse über eine standardisierte Schnittstelle.

Merkmale

  • Ausführen von Bruno-Sammlungen mit der Bruno-CLI

  • Unterstützung für Umgebungsdateien

  • Unterstützung für Umgebungsvariablen

  • Detaillierte Testergebnisse, einschließlich:

    • Gesamtstatus Erfolg/Misserfolg

    • Testzusammenfassung (Gesamt, Bestanden, Nicht Bestanden)

    • Detaillierte Fehlerinformationen

    • Ausführungszeitpunkte

Related MCP server: API Testing MCP

Installation

Installation über Smithery

So installieren Sie Bruno MCP Server für Claude Desktop automatisch über Smithery :

npx -y @smithery/cli install @hungthai1401/bruno-mcp --client claude

Manuelle Installation

# Install dependencies
npm install

# Build the project
npm run build

Konfiguration

Fügen Sie den Server zu Ihrer Claude-Desktop-Konfigurationsdatei unter ~/Library/Application Support/Claude/claude_desktop_config.json hinzu:

{
  "mcpServers": {
    "bruno-runner": {
      "command": "npx",
      "args": ["-y", "bruno-mcp"],
    }
  }
}

Verfügbare Tools

Laufsammlung

Führt eine Bruno-Sammlung aus und gibt die Testergebnisse zurück.

Parameter:

  • collection (erforderlich): Pfad zur Bruno-Sammlung

  • environment (optional): Pfad zur Umgebungsdatei

  • variables (optional): Umgebungsvariablen als Schlüssel-Wert-Paare

Beispielantwort:

{
  "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
  }
}

Beispielverwendung in Claude

Sie können den Server in Claude verwenden, indem Sie ihn bitten, eine Bruno-Sammlung auszuführen:

„Führen Sie die Bruno-Sammlung unter /path/to/collection.bru aus und teilen Sie mir mit, ob alle Tests erfolgreich waren.“

Claude wird:

  1. Verwenden Sie das Run-Collection-Tool

  2. Analysieren Sie die Testergebnisse

  3. Geben Sie eine benutzerfreundliche Zusammenfassung der Ausführung an

Entwicklung

Projektstruktur

src/
  ├── index.ts           # Entry point
  ├── server.ts          # MCP Server implementation
  ├── runner.ts          # Bruno runner implementation
  └── types.ts           # Type definitions

Ausführen von Tests

# Run tests
npm test

# Run tests with coverage
npm test:coverage

Gebäude

# Build the project
npm run build

# Clean build artifacts
npm run clean

Lizenz

MIT

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    A Model Context Protocol (MCP) server that enables programmatic creation and management of Bruno API testing collections, environments, and requests through standardized MCP tools.
    1
    70
    31
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A 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.
    42
    194
    4
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server that executes requests from Bruno API collections via the Bruno CLI tool, enabling API request execution and collection management.
    4
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Exposes Bruno CLI as tools for AI agents, allowing them to discover, inspect, and execute Bruno API collections through the MCP protocol.
    1
    MIT

View all related MCP servers

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

View all MCP Connectors

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/hungthai1401/bruno-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server