portal-mcp-server

TMYTiMidlY/portal-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 6d ago
Agent-first SSH orchestration MCP server: persistent bash sessions, hash-protected remote file editing, SFTP, SSH tunnels, and multi-host orchestration. Built on AsyncSSH + FastMCP with an in-process connection pool shared across every tool. Windows / macOS / Linux.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "portal-mcp-server": {
      "command": "uvx",
      "args": [
        "portal-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install portal-mcp-server

Topics

agentasyncsshautomationcoding-agentfastmcpmcpmodel-context-protocolpythonsftpsshssh-tunnel