pty-mcp
@qododavid
pty-mcp について
An MCP tool server that provides a stateful terminal.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"pty-mcp": {
"command": "python",
"args": [
"-m",
"pip",
"install",
"--user",
"pipx"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is pty-mcp?
pty-mcp is an MCP tool server that provides a stateful terminal, enabling interactive terminal sessions through the Model Context Protocol. It is designed for developers and AI agents who need persistent command-line access within MCP-compatible environments.
How to use pty-mcp?
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.
Key features of pty-mcp
- Provides a stateful terminal session via MCP.
- Simple installation with pipx.
- Isolated environment via pipx.
- Designed for interactive command-line workflows.
Use cases of pty-mcp
- Running persistent terminal commands from an MCP client.
- Executing sequences of commands that require shared state.
- Providing an interactive shell for AI agents in an MCP environment.
FAQ from pty-mcp
What runtime does pty-mcp require?
pty-mcp requires Python and pipx for installation. It runs as a command-line server.
How is pty-mcp installed?
It is installed via pipx using pipx install git+https://github.com/qodo-ai/pty-mcp.git.
What command starts the server?
After installation, the server is invoked using the command pty-mcp.
Does pty-mcp support authentication or specific transports?
The README does not specify authentication or transport details; it is assumed to use standard MCP stdio transport.
「その他」の他のコンテンツ
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
コメント