Ssh
Createdmingyang91
Enables Large Language Models to connect to and utilize SSH servers through a Model Context Protocol (MCP) integration.
About
Ssh provides a lightweight and efficient solution for integrating SSH functionality into Large Language Model (LLM) workflows. By implementing an SSH client server with Model Context Protocol (MCP) support, Ssh allows LLMs to establish SSH connections, execute commands, manage sessions, and set up port forwarding on remote servers. It offers flexible installation options via Docker or Cargo and seamless integration with mcpServers, making it easy to incorporate SSH capabilities into AI-driven applications.
Key Features
- Connect to SSH servers via MCP commands
- Execute commands on remote SSH servers
- Setup SSH tunnels and port forwards
- Track and manage multiple SSH sessions
- Maintain SSH sessions across multiple commands
- 0 GitHub stars
Use Cases
- Automated server management through LLMs
- Secure remote access for AI-driven applications
- Orchestration of SSH-based tasks via AI agents