Skip to main content
Glama

Bruno MCP Server

by jcr82

bruno_run_collection

Execute API test collections or specific folders to validate endpoints, generate test reports, and manage environment variables for comprehensive API testing workflows.

Instructions

Run an entire Bruno collection or a specific folder within it

Input Schema

NameRequiredDescriptionDefault
collectionPathYesPath to the Bruno collection
environmentNoName or path of the environment to use (optional)
folderPathNoSpecific folder within collection to run (optional)
envVariablesNoEnvironment variables as key-value pairs (optional)
reporterJsonNoPath to write JSON report (optional)
reporterJunitNoPath to write JUnit XML report for CI/CD integration (optional)
reporterHtmlNoPath to write HTML report (optional)
dryRunNoValidate all requests without executing HTTP calls (optional)

Input Schema (JSON Schema)

{ "properties": { "collectionPath": { "description": "Path to the Bruno collection", "type": "string" }, "dryRun": { "description": "Validate all requests without executing HTTP calls (optional)", "type": "boolean" }, "envVariables": { "additionalProperties": { "type": "string" }, "description": "Environment variables as key-value pairs (optional)", "type": "object" }, "environment": { "description": "Name or path of the environment to use (optional)", "type": "string" }, "folderPath": { "description": "Specific folder within collection to run (optional)", "type": "string" }, "reporterHtml": { "description": "Path to write HTML report (optional)", "type": "string" }, "reporterJson": { "description": "Path to write JSON report (optional)", "type": "string" }, "reporterJunit": { "description": "Path to write JUnit XML report for CI/CD integration (optional)", "type": "string" } }, "required": [ "collectionPath" ], "type": "object" }

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

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