MCP Selenium Grid
by CatchNip
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_TOKEN | No | API token for authentication when AUTH_ENABLED is true | |
| AUTH_ENABLED | No | Enable or disable authentication for the API | false |
| ALLOWED_ORIGINS | No | JSON array of allowed origins for CORS | ["http://127.0.0.1:8000"] |
| DEPLOYMENT_MODE | No | Deployment mode for browser instances (docker or kubernetes) | docker |
| KUBERNETES__CONTEXT | No | Kubernetes context to use (required when DEPLOYMENT_MODE is kubernetes) | |
| KUBERNETES__NAMESPACE | No | Kubernetes namespace for Selenium Grid (required when DEPLOYMENT_MODE is kubernetes) | |
| KUBERNETES__KUBECONFIG | No | Path to kubeconfig file (required when DEPLOYMENT_MODE is kubernetes) | |
| SELENIUM_GRID__PASSWORD | No | Password for Selenium Grid | CHANGE_ME |
| SELENIUM_GRID__USERNAME | No | Username for Selenium Grid | USER |
| SELENIUM_GRID__VNC_PASSWORD | No | VNC password for Selenium Grid | CHANGE_ME |
| SELENIUM_GRID__VNC_VIEW_ONLY | No | Whether VNC is view-only | false |
| SELENIUM_GRID__SE_NODE_MAX_SESSIONS | No | Maximum sessions per Selenium node | 1 |
| KUBERNETES__USE_HOST_DOCKER_INTERNAL | No | Whether to use host.docker.internal for Kubernetes | |
| SELENIUM_GRID__MAX_BROWSER_INSTANCES | No | Maximum number of browser instances | 4 |
| KUBERNETES__SELENIUM_GRID_SERVICE_NAME | No | Kubernetes service name for Selenium Grid (required when DEPLOYMENT_MODE is kubernetes) | |
| FASTMCP_EXPERIMENTAL_ENABLE_NEW_OPENAPI_PARSER | No | Enable experimental new OpenAPI parser | true |
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/CatchNip/mcp-selenium-grid'
If you have feedback or need assistance with the MCP directory API, please join our Discord server