mcp-pty-server

ayourtch-llm/mcp-pty-server
★ 0 stars Rust Other Updated today
MCP Stateful PTY server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-pty-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-pty-server"
      ]
    }
  }
}