dibs
by JoshTerAvest
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DIBS_HOST | No | Bind address; 0.0.0.0 to expose on Tailscale. | 127.0.0.1 |
| DIBS_MODE | No | ask / hands_off / locked - see Living with a human. | ask |
| DIBS_PORT | No | One port for REST, MCP, and the dashboard. | 7474 |
| DIBS_CONFIG | No | Path to the config.yaml file to use instead of the default in the working directory. | |
| DIBS_DATA_DIR | No | Secrets, agent registry, audit db, screenshots. | ./data |
| DIBS_MAX_PIXELS | No | Screenshot scaling cap (3750000 for larger-image models). | 1150000 |
| DIBS_ALLOW_LAUNCH | No | Let agents start processes via the launch action. | false |
| DIBS_SCREEN_INDEX | No | Force a default monitor; null = primary. | null |
| DIBS_HOTKEYS__DENY | No | Deny the pending consent request. | ctrl+alt+shift+n |
| DIBS_MAX_LONG_EDGE | No | Screenshot scaling cap (2576 for larger-image models). | 1568 |
| DIBS_HOTKEYS__ALLOW | No | Allow the pending consent request. | ctrl+alt+shift+y |
| DIBS_HOTKEYS__PAUSE | No | Manual pause/resume toggle. | ctrl+alt+shift+p |
| DIBS_OVERLAY__BANER | No | Show the top banner strip. | true |
| DIBS_LEASE_MAX_TTL_S | No | Hard cap on requested lease length. | 600 |
| DIBS_HOTKEYS__RELEASE | No | Take the desk back right now. | ctrl+alt+shift+r |
| DIBS_KEEP_SCREENSHOTS | No | Rolling cap on files in data/shots/. | 200 |
| DIBS_OVERLAY__ENABLED | No | Show the cursor halo / banner / consent prompt. | true |
| DIBS_AUTO_LEASE_WAIT_S | No | How long auto_lease waits to acquire before giving up. | 30 |
| DIBS_PRESENCE__ENABLED | No | Run the pynput human-presence watcher. | true |
| DIBS_LEASE_DEFAULT_TTL_S | No | Desk lease length if not specified. | 60 |
| DIBS_OVERLAY__HALO_COLOR | No | Cursor halo color. | #00e5ff |
| DIBS_PRESENCE__IDLE_AFTER_S | No | How long with no input before you count as idle. | 30 |
| DIBS_PRESENCE__RESUME_AFTER_S | No | Idle time after a takeover before agents can resume. | 20 |
| DIBS_PRESENCE__CONSENT_GRANT_S | No | How long a granted consent window lasts before asking again. | 300 |
| DIBS_PRESENCE__DENY_COOLDOWN_S | No | How long a denied agent gets an automatic no. | 120 |
| DIBS_DASHBOARD_OPEN_ON_LOOPBACK | No | Dashboard works without a token from 127.0.0.1. | true |
| DIBS_PRESENCE__CONSENT_TIMEOUT_S | No | How long an unanswered consent request stays pending. | 60 |
| DIBS_ALLOW_LOCAL_OPEN_REGISTRATION | No | Loopback callers can POST /v1/agents without a token. | true |
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
ActivityMaintained
ResponsivenessNo issues