console-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| 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 | |
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/rohithgoud30/console-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server