Loading...
npx -y @smithery/cli install @hungthai1401/bruno-mcp --client claude{
"mcpServers": {
"bruno-runner": {
"command": "npx",
"args": ["-y", "bruno-mcp"],
}
}
}run-collectionExecutes a Bruno collection and returns the test results, including success status, summary, failures, and timings.
Executes arbitrary API calls defined in the Bruno collection, potentially causing side effects.
This server is relatively safe for executing pre-approved Bruno collections. However, caution should be exercised when running collections from untrusted sources or with unknown environment configurations. Ensure collections are reviewed for potentially harmful API calls or data exposure.