antigravity-browser
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_BURST | No | Maximum burst MCP tool calls per second. Defaults to 40. | 40 |
| REDIS_URL | No | Redis connection URL for cluster mode. Supports rediss:// URLs. | |
| REDIS_MODE | No | Redis mode: 'standalone' or 'cluster'. | standalone |
| WORKER_TENANTS | No | Comma-separated list of tenant IDs the worker is allowed to consume. Defaults to 'default' if unset. | default |
| BROWSER_DATA_DIR | No | Directory where persistent browser profiles and data are stored. | |
| REDIS_SHARD_COUNT | No | Number of Redis shards to use in cluster mode. | |
| STUDIO_MASTER_KEY | No | External KMS master key used for encrypting Studio secrets. | |
| STUDIO_USERS_JSON | No | JSON confguration of static multi-role user credentials for Studio. | |
| BROWSER_ALLOW_HTTP | No | Whether to allow HTTP URLs. Defaults to false (HTTPS only). | false |
| WORKER_CONCURRENCY | No | Number of concurrent tasks a worker can process. | |
| CONTROL_PLANE_TOKEN | No | Bearer token for the optional control plane HTTP and WebSocket API. | |
| MCP_RATE_PER_SECOND | No | Maximum sustained MCP tool calls per second. Defaults to 20. | 20 |
| REDIS_CLUSTER_NODES | No | Comma-separated list of Redis Cluster startup nodes. | |
| STUDIO_ACCESS_TOKEN | No | Static access token for authenticating to the Studio APi. | |
| BROWSER_MAX_SESSIONS | No | Maximum number of concurrent browser sessions allowed. | |
| BROWSER_ALLOWED_HOSTS | Yes | Required. Comma-separated list of allowed hosts. Supports exact domains and *.example.com wildcards. | |
| BROWSER_SESSION_TTL_MS | No | Absolute session TTL in milliseconds. Range is 60000 to 86400000. If unset, follows the automation policy default. | |
| TENANT_CREDENTIALS_JSON | No | JSON configuration for multi-tenant credentials. When set, tenantId and tenantToken are required for cluster and session tools. | |
| BROWSER_PERSIST_PROFILES | No | Whether to persist browser profiles across sessions. Defaults to false. | false |
| BROWSER_AUTOMATION_POLICY | No | Automation policy: strict, standard, or trusted-local. Defaults to standard. | standard |
| BROWSER_ALLOW_PRIVATE_NETWORK | No | Whether to allow private network access (loopback, RFC1918, link-local, etc.). Defaults to false. | false |
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