Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode with screenshots (true/false). | false |
| TIMEOUT | No | Browser timeout in milliseconds (default: 30000). | 30000 |
| HEADLESS | No | Run browser in headless mode (true/false). | true |
| COOKIES_PATH | No | File path to save/load cookies (default: ~/.jules-mcp/cookies.json). | ~/.jules-mcp/cookies.json |
| SESSION_MODE | No | Session management mode to use. Options: fresh, chrome-profile, cookies, persistent, browserbase. | |
| JULES_DATA_PATH | No | Custom data storage path for task data and history. | ~/.jules-mcp/data.json |
| BROWSERBASE_API_KEY | No | API key for Browserbase, required if SESSION_MODE is 'browserbase'. | |
| GOOGLE_AUTH_COOKIES | No | Google authentication cookies string, required if SESSION_MODE is 'cookies'. | |
| CHROME_USER_DATA_DIR | No | Path to Chrome user data directory, required if SESSION_MODE is 'chrome-profile' or 'persistent'. | |
| BROWSERBASE_PROJECT_ID | No | Project ID for Browserbase, required if SESSION_MODE is 'browserbase'. | |
| BROWSERBASE_SESSION_ID | No | Optional existing Browserbase session ID to reuse. |
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 | |