Stealth Browser MCP
by burgebj
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_AUTH_TOKEN | No | Backward-compatible alias for STEALTH_BROWSER_MCP_AUTH_TOKEN. | |
| BROWSER_IDLE_TIMEOUT | No | Global idle timeout in seconds before an unused browser instance is auto-closed. Set 0 to disable idle reaping globally. Default is 600. | 600 |
| STEALTH_BROWSER_DEBUG | No | Enable verbose debug logging to stderr when set to 1. Default is 0. | 0 |
| BROWSER_IDLE_REAPER_INTERVAL | No | Background reaper check interval in seconds. Default is 60. | 60 |
| BROWSER_ORPHAN_PROFILE_MAX_AGE | No | Startup cleanup threshold in seconds for stale uc_* temp profiles. Set 0 to disable. Default is 21600. | 21600 |
| STEALTH_BROWSER_MCP_AUTH_TOKEN | No | Optional bearer token for HTTP transport. When set, HTTP clients must send Authorization: Bearer <token>. | |
| BROWSER_FILE_UPLOAD_ALLOWED_DIRS | No | Directories that file_upload() may read from. Separate multiple roots with ; on Windows or : on macOS/Linux. Default is repo root. |
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 | |
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/burgebj/stealth_browser_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server