ssh-mcp
Rank #4,661io.github.gelse/ssh-mcp
MCP gateway for controlled SSH access with per-client auth, command policies, and audit logging.
ssh-mcp is a Model Context Protocol (MCP) server published by gelse. It ranks #4,661 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. ssh-mcp is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 26, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 110,930 of 115,591 servers on MCP Toplist.
Use ssh-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ssh-mcp -e "CONFIG_DIR=<your CONFIG_DIR>" -e "LOG_DIR=<your LOG_DIR>" -e "CONFIG_API_ENABLED=<your CONFIG_API_ENABLED>" -e "CONFIG_API_TOKEN=<your CONFIG_API_TOKEN>" -- docker run -i --rm -p 8080:8080 -v "{config_dir}:/config" -v "{ssh_key}:/app/ssh_key:ro" -v "{logs_dir}:/logs" ghcr.io/gelse/ssh-mcp:0.2.2Replace each placeholder with your own value before saving.
[mcp_servers.ssh-mcp]
command = "docker"
args = ["run", "-i", "--rm", "-p", "8080:8080", "-v", "{config_dir}:/config", "-v", "{ssh_key}:/app/ssh_key:ro", "-v", "{logs_dir}:/logs", "ghcr.io/gelse/ssh-mcp:0.2.2"]
[mcp_servers.ssh-mcp.env]
CONFIG_DIR = "<your CONFIG_DIR>"
LOG_DIR = "<your LOG_DIR>"
CONFIG_API_ENABLED = "<your CONFIG_API_ENABLED>"
CONFIG_API_TOKEN = "<your CONFIG_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ssh-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8080:8080",
"-v",
"{config_dir}:/config",
"-v",
"{ssh_key}:/app/ssh_key:ro",
"-v",
"{logs_dir}:/logs",
"ghcr.io/gelse/ssh-mcp:0.2.2"
],
"env": {
"CONFIG_DIR": "<your CONFIG_DIR>",
"LOG_DIR": "<your LOG_DIR>",
"CONFIG_API_ENABLED": "<your CONFIG_API_ENABLED>",
"CONFIG_API_TOKEN": "<your CONFIG_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ssh-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8080:8080",
"-v",
"{config_dir}:/config",
"-v",
"{ssh_key}:/app/ssh_key:ro",
"-v",
"{logs_dir}:/logs",
"ghcr.io/gelse/ssh-mcp:0.2.2"
],
"env": {
"CONFIG_DIR": "<your CONFIG_DIR>",
"LOG_DIR": "<your LOG_DIR>",
"CONFIG_API_ENABLED": "<your CONFIG_API_ENABLED>",
"CONFIG_API_TOKEN": "<your CONFIG_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ssh-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8080:8080",
"-v",
"{config_dir}:/config",
"-v",
"{ssh_key}:/app/ssh_key:ro",
"-v",
"{logs_dir}:/logs",
"ghcr.io/gelse/ssh-mcp:0.2.2"
],
"env": {
"CONFIG_DIR": "<your CONFIG_DIR>",
"LOG_DIR": "<your LOG_DIR>",
"CONFIG_API_ENABLED": "<your CONFIG_API_ENABLED>",
"CONFIG_API_TOKEN": "<your CONFIG_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ssh-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8080:8080",
"-v",
"{config_dir}:/config",
"-v",
"{ssh_key}:/app/ssh_key:ro",
"-v",
"{logs_dir}:/logs",
"ghcr.io/gelse/ssh-mcp:0.2.2"
],
"env": {
"CONFIG_DIR": "<your CONFIG_DIR>",
"LOG_DIR": "<your LOG_DIR>",
"CONFIG_API_ENABLED": "<your CONFIG_API_ENABLED>",
"CONFIG_API_TOKEN": "<your CONFIG_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ssh-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"8080:8080",
"-v",
"{config_dir}:/config",
"-v",
"{ssh_key}:/app/ssh_key:ro",
"-v",
"{logs_dir}:/logs",
"ghcr.io/gelse/ssh-mcp:0.2.2"
],
"env": {
"CONFIG_DIR": "<your CONFIG_DIR>",
"LOG_DIR": "<your LOG_DIR>",
"CONFIG_API_ENABLED": "<your CONFIG_API_ENABLED>",
"CONFIG_API_TOKEN": "<your CONFIG_API_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.gelse%2Fssh-mcp)<a href="https://mcptoplist.com/server/io.github.gelse%2Fssh-mcp"><img src="https://mcptoplist.com/badge/io.github.gelse%2Fssh-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
gelse
Other servers by gelse
View all gelse servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.2 | Aug 30, 2026 |
| 0.2.1 | Aug 26, 2026 |
Frequently asked questions
- Who maintains ssh-mcp?
- ssh-mcp is maintained by gelse, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is ssh-mcp listed on the Official MCP Registry?
- Yes — ssh-mcp is listed on the Official MCP Registry.
- How many versions does ssh-mcp have?
- MCP Toplist tracks 2 versions of ssh-mcp, most recently published on Aug 30, 2026.
- Where can I find the source code for ssh-mcp?
- The source code for ssh-mcp is hosted at github.com/gelse/ssh-mcp.