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.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mlops
visengerA curated list of references for MLOps
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论