关于
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.
主要功能
- 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.
使用案例
- 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.