Safari Web Inspector Bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SWIB_PROXY_PORT | No | Starting port for ios-webkit-debug-proxy device ports | 9222 |
| SWIB_AUTO_CONNECT | No | Auto-connect to the first inspectable page on startup | false |
| SWIB_CONSOLE_CAPTURE | No | Capture console messages on connect | true |
| SWIB_NETWORK_CAPTURE | No | Capture network requests on connect | 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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| 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/andesco/safari-web-inspector-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server