GitHubスター
5
ユーザー評価
未評価
フォーク
3
イシュー
0
閲覧数
2
お気に入り
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:
Install pipx if you haven't already:
python -m pip install --user pipx pipx ensurepath
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.