Skip to main content
Glama

firefox-devtools-mcp

docker-compose.yml1.02 kB
version: '3.8' services: firefox-devtools-mcp: build: context: . dockerfile: Dockerfile image: firefox-devtools-mcp:latest container_name: firefox-devtools-mcp stdin_open: true tty: true environment: - NODE_ENV=production - RDP_HOST=127.0.0.1 - RDP_PORT=6000 - FIREFOX_HEADLESS=true - AUTO_LAUNCH_FIREFOX=false - VIEWPORT=1280x720 - DEBUG= # If you want to connect to Firefox running on host # network_mode: "host" # Or expose RDP port # ports: # - "6000:6000" volumes: # Mount dist for quick testing - ./dist:/app/dist:ro restart: unless-stopped # Optional: Firefox with RDP enabled for testing firefox: image: selenium/standalone-firefox:latest container_name: firefox-rdp ports: - "6000:6000" - "7900:7900" # VNC port for viewing environment: - SE_NODE_MAX_SESSIONS=1 - SE_NODE_SESSION_TIMEOUT=300 shm_size: 2gb restart: unless-stopped

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/freema/firefox-devtools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server