Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTH_TOKEN | No | Alternative name for authentication token | |
| MCPROXY_AUTH_TOKEN | No | Authentication token (must match browser server's AUTH_TOKEN) | |
| MCPROXY_DEFAULT_ENDPOINT | No | Default WebSocket endpoint so you don't need to specify it in every browser_create_session call (e.g., wss://your-salad-endpoint.salad.cloud) | |
| MCPROXY_COMMAND_TIMEOUT_MS | No | Command timeout in milliseconds (default: 30000) | 30000 |
| MCPROXY_HEARTBEAT_INTERVAL_MS | No | Heartbeat interval in milliseconds (default: 60000) | 60000 |
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 | |