https://github.com/qododavid/pty-mcp
An MCP tool server that provides a stateful terminal.
https://github.com/qododavid/pty-mcp
Last synced: 5 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-23T04:11:36.000Z (6 months ago)
- Last Synced: 2025-05-23T05:31:52.145Z (6 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)
- toolsdk-mcp-registry - ❌ pty-terminal - step operations across multiple interactions. (python) (Command Line / How to Submit)
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.