An MCP tool server that provides stateful, TUI-compatible terminal sessions.
Overview
what is mcpterm?
mcpterm is an MCP tool server that provides stateful, TUI-compatible terminal sessions, allowing users to run commands in a persistent terminal environment.
how to use mcpterm?
To use mcpterm, clone the repository from GitHub, build the binary using make, and move it to a directory in your PATH. Then, configure it to work with Claude Desktop by editing the configuration file.
key features of mcpterm?
- Stateful terminal sessions that remember the current directory.
- Compatibility with TUI applications like vim and Python REPL.
- Two main tools:
runfor executing commands andrunScreenfor capturing screen output.
use cases of mcpterm?
- Running commands in a persistent terminal session.
- Interacting with TUI applications seamlessly.
- Automating tasks in a terminal environment.
FAQ from mcpterm?
- What is the purpose of mcpterm?
mcpterm is designed to provide a stateful terminal experience for users, especially when working with TUI applications.
- How do I install mcpterm?
Clone the repository, build the binary, and move it to your PATH.
- Can I use mcpterm with other applications?
Yes, mcpterm can be integrated with various applications that support terminal commands.