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. |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- 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