pk-ssh-rust-Persistent-MCP-SSH-Server-with-LMDB-Web-UI

GodgunPk/pk-ssh-rust-Persistent-MCP-SSH-Server-with-LMDB-Web-UI
★ 1 stars Rust AI/LLM Updated today
pk-ssh-rust is a high-performance Model Context Protocol (MCP) server for secure, persistent SSH management. Built with Rust on Debian 13, it features true PTY sessions, an ultra-low overhead LMDB cache for massive terminal history, and a real-time Web UI. Seamlessly integrate AI agents with stateful terminal execution.
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": {
    "pk-ssh-rust-persiste": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "pk-ssh-rust-Persistent-MCP-SSH-Server-with-LMDB-Web-UI"
      ]
    }
  }
}