sessionctl

KinjiKawaguchi/sessionctl
★ 0 stars Go 💻 Code/Dev Tools Updated 5d ago
MCP server for persistent SSH/Telnet session management with expect/send and multi-hop chaining
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sessionctl": {
      "command": "go",
      "args": [
        "run",
        "github.com/KinjiKawaguchi/sessionctl@latest"
      ]
    }
  }
}

README Excerpt

MCP server for persistent SSH/Telnet session management with expect/send-based interactive CLI control and multi-hop session chaining. ```bash npx -y sessionctl ``` Or with Go: ```bash go install github.com/KinjiKawaguchi/sessionctl/cmd/sessionctl@latest ``` Add to your `.mcp.json`: ```json { "mcpServers": {

Tools (7)

adminsession_chainsession_closesession_execsession_interactsession_listsession_open