MCP.so
登录

pty-mcp

@qododavid

关于 pty-mcp

An MCP tool server that provides a stateful terminal.

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

qododavid

配置

使用下面的配置,将此服务器添加到你的 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.

评论

其他 分类下的更多 MCP 服务器