Skip to main content
Glama

Bruno MCP Server

by jcr82

bruno_discover_collections

Find Bruno API collections by scanning directories for bruno.json files. Specify a search path and optional depth limit to locate all collections automatically.

Instructions

Discover Bruno collections by recursively searching for bruno.json files in a directory

Input Schema

NameRequiredDescriptionDefault
searchPathYesDirectory path to search for Bruno collections
maxDepthNoMaximum directory depth to search (default: 5, max: 10)

Input Schema (JSON Schema)

{ "properties": { "maxDepth": { "description": "Maximum directory depth to search (default: 5, max: 10)", "type": "number" }, "searchPath": { "description": "Directory path to search for Bruno collections", "type": "string" } }, "required": [ "searchPath" ], "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