Skip to main content
Glama
rohithgoud30

console-mcp

by rohithgoud30

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/rohithgoud30/console-mcp'

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