Electron Terminal
Creatednexon33
Manages terminal sessions within an Electron application by acting as a Model Context Protocol (MCP) server.
About
Electron Terminal enables interaction with system terminals running within an Electron application through the Model Context Protocol (MCP). It provides a bridge between MCP clients and the terminal by running an MCP server that manages Electron-based terminal processes. This allows users to programmatically execute commands, manage sessions, and retrieve output, facilitating remote development and interaction, especially when paired with other MCP servers like the Filesystem MCP Server.
Key Features
- Executes commands within existing terminal sessions.
- Retrieves accumulated output from terminal sessions.
- Terminates specific terminal sessions.
- 3 GitHub stars
- Lists all currently active terminal sessions.
- Creates and manages terminal sessions within an Electron application.
Use Cases
- Remote command execution within an Electron application.
- Programmatic management of terminal sessions.
- Integration with other MCP servers for enhanced functionality, such as file system browsing.