scrn-mgr

matplo/scrn-mgr
★ 0 stars Python Code/Dev Tools Updated 2d ago
GNU screen session manager: CLI, Textual TUI, and MCP server, with SSH-remote session support
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": {
    "scrn-mgr": {
      "command": "uvx",
      "args": [
        "scrn-mgr"
      ]
    }
  }
}

Or install with pip: pip install scrn-mgr

README Excerpt

A GNU `screen` session manager: CLI first, with a Rich/Textual TUI and an MCP server, so sessions can be driven the same way from a terminal, a human-friendly UI, or an AI assistant. Sessions can live on the local machine or on remote nodes reachable over SSH -- `scrn-mgr` keeps a small registry at `~/.scrn-mgr/registry.json` recording which host (hostname +

Tools (2)

SCRN_MGR_HOMEpypi