my-mcp-ssh
@ffpy
About my-mcp-ssh
MCP-based SSH tool for LLMs to interact with remote servers.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"my-mcp-ssh": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is my-mcp-ssh?
my-mcp-ssh is a Model Context Protocol (MCP) based SSH connection tool that allows large language models to securely connect to remote servers via SSH and perform file operations through the MCP protocol.
How to use my-mcp-ssh?
Clone the repository, install dependencies with uv sync, then configure the MCP client with the command uv --directory <your_path>/my-mcp-ssh run src/main.py. SSH connection parameters are set via environment variables (e.g., SSH_HOST, SSH_PASSWORD). Use the provided tools (connect, disconnect, list_sessions, execute, upload, download) to manage sessions and transfer files.
Key features of my-mcp-ssh
- SSH Connection Management: connect and disconnect from remote servers
- Command Execution: run commands on remote servers
- File Transfer: upload and download files
- Session Management: maintain and list active SSH sessions
- Configurable via environment variables and command parameters
- Session timeout and output length limits configurable
Use cases of my-mcp-ssh
- Execute remote commands and retrieve output through an MCP client
- Upload or download files to/from a remote server
- Manage multiple SSH sessions from a single MCP server
- Integrate SSH operations into AI‑assisted workflows
FAQ from my-mcp-ssh
What are the runtime dependencies for my-mcp-ssh?
Python >= 3.12 and the uv package manager are required.
How do I configure SSH connection parameters?
Set environment variables such as SSH_HOST, SSH_PORT, SSH_USERNAME, and either SSH_PASSWORD (for password auth) or SSH_KEY_PATH (for key auth).
What operations can my-mcp-ssh perform?
It provides tools to connect, disconnect, list sessions, execute commands, upload files, and download files.
How can I debug the server?
Run ./inspector.sh from the project directory for online debugging.
What license does my-mcp-ssh use?
It is licensed under the Apache License, Version 2.0.
Frequently asked questions
What are the runtime dependencies for my-mcp-ssh?
Python >= 3.12 and the uv package manager are required.
How do I configure SSH connection parameters?
Set environment variables such as `SSH_HOST`, `SSH_PORT`, `SSH_USERNAME`, and either `SSH_PASSWORD` (for password auth) or `SSH_KEY_PATH` (for key auth).
What operations can my-mcp-ssh perform?
It provides tools to connect, disconnect, list sessions, execute commands, upload files, and download files.
How can I debug the server?
Run `./inspector.sh` from the project directory for online debugging.
What license does my-mcp-ssh use?
It is licensed under the Apache License, Version 2.0.
Basic information
More Developer Tools MCP servers
OrangePro
Aamir SiddiquiOrangePro local-first CLI + MCP server for behavior mapping, grounded test generation, and dynamic proof.
ZeroBeacon — 1000-Tool Collision-Proof Commerce Router
DavidFox998ZeroBeacon.ai — Collision-proof commerce router for AI agents. 1000 MCP tools: commerce, trust, billing, sovereign ID + everyday tools. LIVE.

Skilder.ai
skilder.aiRun skills and MCP tools like production software: versioned, composed into roles, distributed to every agent from one governed library.

CircleCI MCP Server
CircleCIManage CI/CD pipelines, debug failed builds, and optimize test suites directly from your AI agents - no terminal required. The CircleCI MCP Server is a remote server hosted by CircleCI that connects AI tools and agents

Routebase
RoutebaseRoutebase keeps your API's design, docs, contract tests, mocks and monitoring in one living OpenAPI spec so they can't drift apart. Agents work on that same source of truth, under your team's permissions.
Comments