pty-mcp

pty-mcp is an MCP tool server that provides a stateful terminal. It can be easily installed using pipx, which allows it to run in an isolated environment. This ensures that developers can utilize the MCP tool without affecting other projects. The server is operated through a command-line interface, enabling users to build advanced automation workflows.

GitHub Stars

5

User Rating

Not Rated

Favorites

0

Views

46

Forks

3

Issues

0

README
pty-mcp

An MCP tool server that provides a stateful terminal.

Installation
Option 1: Install with pipx (Recommended)

This is the recommended way to install pty-mcp as it creates an isolated environment:

  1. Install pipx if you haven't already:

    python -m pip install --user pipx
    pipx ensurepath
    
  2. Install pty-mcp:

    pipx install git+https://github.com/qodo-ai/pty-mcp.git
    

The server will be available as pty-mcp in your path.