pty-mcp

by qododavid

5 stars
258 downloads
Not rated
GitHub

About

An MCP tool server that provides a stateful terminal.

Details

Author
qododavid
GitHub stars
5
Downloads
258
Categories
Other

- Provides a stateful terminal session via MCP.
- Simple installation with pipx.
- Isolated environment via pipx.
- Designed for interactive command-line workflows.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name pty-mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install pty-mcp via pipx with pipx install git+https://github.com/qodo-ai/pty-mcp.git. After installation, the server is available as the command pty-mcp and can be configured as an MCP tool server in your MCP client.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "pty-mcp": {
            "pty-mcp": {
                "command": "python",
                "args": [
                    "-m",
                    "pip",
                    "install",
                    "--user",
                    "pipx"
                ]
            }
        }
    }
}

McpServers

{
    "pty-mcp": {
        "command": "python",
        "args": [
            "-m",
            "pip",
            "install",
            "--user",
            "pipx"
        ]
    }
}

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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.