Skip to main content
Glama

Firefox MCP Server

by JediLuke

start_monitoring

Initiate or resume tab monitoring in Firefox for console logs, errors, network activity, websockets, or performance metrics using Playwright-based browser automation capabilities.

Instructions

Start/restart monitoring for a tab

Input Schema

NameRequiredDescriptionDefault
tabIdNo
typesNo

Input Schema (JSON Schema)

{ "properties": { "tabId": { "type": "string" }, "types": { "default": [ "console", "errors", "network", "websocket" ], "items": { "enum": [ "console", "errors", "network", "websocket", "performance" ], "type": "string" }, "type": "array" } }, "type": "object" }

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/JediLuke/firefox-mcp-server'

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