bruno-headless
by bachden
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BRUNO_CA_CERT | No | Path to an additional CA certificate. | |
| BRUNO_SANDBOX | No | `safe` runs scripts in QuickJS, `developer` in a Node VM with full access. | safe |
| BRUNO_MCP_HOST | No | Bind address. | 127.0.0.1 |
| BRUNO_MCP_PORT | No | Bind port. | 3847 |
| BRUNO_LOG_LEVEL | No | `error`, `warn`, `info`, `debug`. | info |
| BRUNO_MCP_TOKEN | No | Bearer token. Generated and printed at startup if unset. | |
| BRUNO_USE_PROXY | No | Honour proxy configuration. | true |
| BRUNO_WORKSPACE | Yes | Workspace directory to serve. | |
| BRUNO_SSL_VERIFY | No | TLS certificate verification. | true |
| BRUNO_STORE_COOKIES | No | Keep a cookie jar for the process lifetime. | true |
| BRUNO_WORKSPACE_NAME | No | Display name override. | |
| BRUNO_IGNORE_TRUSTSTORE | No | Ignore the system truststore when a custom CA is set. | false |
| BRUNO_MAX_REQUEST_FILES | No | Cap on files scanned when listing requests. | 20000 |
| BRUNO_GLOBAL_ENVIRONMENT | No | Workspace global environment to treat as active, by name. | |
| BRUNO_REQUEST_TIMEOUT_MS | No | Per-request execution timeout. | 120000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/bachden/bruno-headless'
If you have feedback or need assistance with the MCP directory API, please join our Discord server