console-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_devicesA | List connected iOS devices (physical devices connected via USB) |
| list_simulatorsA | List available iOS Simulators with their state (Booted/Shutdown) |
| get_logsB | Get recent logs from macOS system. Use for debugging macOS apps. |
| get_device_logsB | Get logs from a connected iOS device. Requires libimobiledevice (brew install libimobiledevice) |
| get_simulator_logsA | Get logs from an iOS Simulator. The simulator must be booted. |
| stream_logsA | Stream live logs for a specified duration. Useful for capturing logs during an action. |
| stream_simulator_logsB | Stream live logs from an iOS Simulator for a duration |
| search_logsB | Search through recent logs for a specific string or regex pattern |
| get_logs_by_levelB | Get logs filtered by severity level (fault, error, warning, info, debug) |
| get_crash_logsB | List recent crash reports from DiagnosticReports |
| read_crash_reportA | Read the full content of a specific crash report |
| watch_for_patternA | Stream logs until a pattern is found. Useful for test automation - start an action, then wait for a specific log message. |
| export_logsA | Export logs to a file on the Desktop for sharing |
| get_vpn_logsB | Get logs specifically for WorxVPN extension - filters for VPN-related processes |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |