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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivitySlowing
ResponsivenessNo issues