MCP-based SSH tool for LLMs to interact with remote servers.
Overview
what is my-mcp-ssh?
my-mcp-ssh is a Model Context Protocol (MCP) based SSH connection tool that allows large language models (LLMs) to securely connect to remote servers via SSH and perform file operations through the MCP protocol.
how to use my-mcp-ssh?
To use my-mcp-ssh, clone the project from GitHub, install the necessary dependencies, and configure the SSH connection parameters through environment variables. You can then connect to remote servers, execute commands, and manage files.
key features of my-mcp-ssh?
- SSH Connection Management: Connect to remote SSH servers.
- Command Execution: Execute commands on remote servers.
- File Transfer: Upload and download files.
- Session Management: Maintain and close SSH sessions.
use cases of my-mcp-ssh?
- Securely managing remote servers for deployment.
- Automating file transfers between local and remote systems.
- Executing scripts on remote servers through LLMs.
FAQ from my-mcp-ssh?
- What programming language is my-mcp-ssh written in?
my-mcp-ssh is written in Python.
- Is there a license for my-mcp-ssh?
Yes, my-mcp-ssh is licensed under the Apache License, Version 2.0.
- How can I debug issues with my-mcp-ssh?
You can run
./inspector.shfor online debugging.