Skip to main content
Glama

MCP Safari Server

by stevenayl
MIT License
1
  • Apple

start_error_monitoring

Monitor Safari for JavaScript errors in real-time with custom intervals and automatically send detected errors to Claude Code for analysis and debugging.

Instructions

Start monitoring Safari for JavaScript errors and optionally send them to Claude Code

Input Schema

NameRequiredDescriptionDefault
autoSendToClaudeNoAutomatically send errors to Claude Code (default: true)
intervalNoCheck interval in milliseconds (default: 2000)

Input Schema (JSON Schema)

{ "properties": { "autoSendToClaude": { "description": "Automatically send errors to Claude Code (default: true)", "type": "boolean" }, "interval": { "description": "Check interval in milliseconds (default: 2000)", "type": "number" } }, "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/stevenayl/mcp-safari-server'

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