Skip to main content
Glama

Bruno MCP Server

by macarthy
MIT License
2
  • Apple
  • Linux

run-collection

Execute Bruno API testing collections programmatically using CLI. Specify the collection path, optional environment file, and variables for efficient API testing workflows.

Instructions

Run a Bruno Collection using Bruno CLI

Input Schema

NameRequiredDescriptionDefault
collectionYesPath to the Bruno collection
environmentNoOptional path to environment file
variablesNoOptional environment variables

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "collection": { "description": "Path to the Bruno collection", "type": "string" }, "environment": { "description": "Optional path to environment file", "type": "string" }, "variables": { "description": "Optional environment variables", "items": { "type": "string" }, "type": "array" } }, "required": [ "collection" ], "type": "object" }
Install Server

Other Tools from Bruno MCP Server

Related Tools

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

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