https://github.com/qododavid/pty-mcp
An MCP tool server that provides a stateful terminal.
https://github.com/qododavid/pty-mcp
Last synced: 4 months ago
JSON representation
An MCP tool server that provides a stateful terminal.
- Host: GitHub
- URL: https://github.com/qododavid/pty-mcp
- Owner: qododavid
- Created: 2025-02-09T00:25:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-23T04:11:36.000Z (4 months ago)
- Last Synced: 2025-05-23T05:31:52.145Z (4 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **pty-mcp** - An MCP tool server that provides a stateful terminal. `python` `mcp` `server` `pip install git+https://github.com/qododavid/pty-mcp` (AI/ML)
- awesome-mcp-servers - **pty-mcp** - An MCP tool server that provides a stateful terminal. `python` `mcp` `server` `pip install git+https://github.com/qododavid/pty-mcp` (AI/ML)
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:
```bash
python -m pip install --user pipx
pipx ensurepath
```2. Install pty-mcp:
```bash
pipx install git+https://github.com/qodo-ai/pty-mcp.git
```The server will be available as `pty-mcp` in your path.