Skip to main content
Glama

Bruno MCP Server

by jcr82
bruno-mcp.config.example.json•812 B
{ "brunoCliPath": "/usr/local/bin/bru", "brunoHome": "~/bruno-collections", "timeout": { "request": 30000, "collection": 120000 }, "retry": { "enabled": true, "maxAttempts": 3, "backoff": "exponential", "retryableStatuses": [408, 429, 500, 502, 503, 504] }, "security": { "allowedPaths": [ "/home/user/projects", "/home/user/bruno-collections" ], "maskSecrets": true, "secretPatterns": [ "password", "secret", "token", "key", "auth", "api[_-]?key" ] }, "logging": { "level": "info", "format": "text", "logFile": "./logs/bruno-mcp.log", "maxLogSize": 10485760, "maxLogFiles": 5 }, "performance": { "cacheEnabled": true, "cacheTTL": 300000, "maxConcurrency": 10 } }

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