Skip to main content
Glama
andesco

Safari Web Inspector Bridge

by andesco

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SWIB_PROXY_PORTNoStarting port for ios-webkit-debug-proxy device ports9222
SWIB_AUTO_CONNECTNoAuto-connect to the first inspectable page on startupfalse
SWIB_CONSOLE_CAPTURENoCapture console messages on connecttrue
SWIB_NETWORK_CAPTURENoCapture network requests on connecttrue

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_devicesA

List connected iOS devices with Web Inspector enabled

list_inspectable_pagesA

Enumerate all inspectable WKWebViews across connected devices

connectB

Attach to a specific inspectable page for observation and automation

get_urlA

Get the current URL of the connected page

get_domA

Read the page's DOM as HTML

get_network_logA

Retrieve captured network requests since connection or last clear

get_console_logA

Retrieve JavaScript console messages since connection or last clear

screenshotB

Capture a screenshot of the webview content

debug_protocolA

Dump the raw WebKit Inspector Protocol messages exchanged (for debugging)

navigateA

Load a URL in the connected webview

execute_javascriptB

Evaluate a JavaScript expression in the page context

click_elementA

Click a DOM element identified by CSS selector

type_textA

Type text into the currently focused element or a specified element

wait_forC

Wait for a condition before proceeding

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/andesco/safari-web-inspector-bridge'

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