Bruno MCPServer

hungthai1401
GitHub
API TestingAutomationDeveloper Tools

Loading subscription status...

💡 Description

An MCP server (Model Context Protocol) that enables the execution of Bruno collections. This server allows LLMs to run API tests with Bruno and obtain detailed results via a standardized interface.

📝 JSON Entries

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

🛠️ Tools

run-collection

Features

  • Execute Bruno collections with the Bruno CLI
  • Support for environment files
  • Support for environment variables
  • Detailed test results, including success/failure status, test summaries, and execution timings

💬 Example Queries

  • Run the Bruno collection at /path/to/collection.bru and let me know if all tests passed.