Skip to main content
Glama

Electron MCP Server

by halilural

read_electron_logs

Retrieve and monitor Electron application logs for debugging and behavior analysis. Specify log types, line count, and continuous tailing for real-time insights.

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" }

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