Skip to main content
Glama

Electron MCP Server

by halilural

read_electron_logs

Extract and monitor Electron app logs for debugging. Specify log types, tail real-time updates, and retrieve recent lines to analyze app behavior efficiently.

Instructions

Read console logs and output from running Electron applications. Useful for debugging and monitoring app behavior.

Input Schema

NameRequiredDescriptionDefault
followNoWhether to follow/tail the logs
linesNoNumber of recent lines to read (default: 100)
logTypeNoType of logs to read

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "follow": { "description": "Whether to follow/tail the logs", "type": "boolean" }, "lines": { "description": "Number of recent lines to read (default: 100)", "type": "number" }, "logType": { "description": "Type of logs to read", "enum": [ "console", "main", "renderer", "all" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from Electron MCP Server

Related Tools

    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/halilural/electron-mcp-server'

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