ssh-mcp-pro
Rank #20,311io.github.oaslananka/ssh-mcp-pro
Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.
ssh-mcp-pro is a Model Context Protocol (MCP) server published by oaslananka. It ranks #20,311 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. ssh-mcp-pro is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Jun 5, 2026 and most recently updated on Jul 6, 2026.
Ranks ahead of 95,149 of 115,460 servers on MCP Toplist.
Use ssh-mcp-pro
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ssh-mcp-pro -- npx -y ssh-mcp-proclaude mcp add ssh-mcp-pro -e "SSH_MCP_HTTP_ALLOWED_ORIGINS=<your SSH_MCP_HTTP_ALLOWED_ORIGINS>" -e "SSH_MCP_HTTP_BEARER_TOKEN_FILE=<your SSH_MCP_HTTP_BEARER_TOKEN_FILE>" -e "SSH_MCP_HTTP_PUBLIC_URL=<your SSH_MCP_HTTP_PUBLIC_URL>" -e "SSH_MCP_HTTP_TRUST_PROXY=<your SSH_MCP_HTTP_TRUST_PROXY>" -- npx -y ssh-mcp-pro --transport=http --host 127.0.0.1 --port 3000Replace each placeholder with your own value before saving.
[mcp_servers.ssh-mcp-pro]
command = "npx"
args = ["-y", "ssh-mcp-pro"]Add to ~/.codex/config.toml.
[mcp_servers.ssh-mcp-pro]
command = "npx"
args = ["-y", "ssh-mcp-pro", "--transport=http", "--host", "127.0.0.1", "--port", "3000"]
[mcp_servers.ssh-mcp-pro.env]
SSH_MCP_HTTP_ALLOWED_ORIGINS = "<your SSH_MCP_HTTP_ALLOWED_ORIGINS>"
SSH_MCP_HTTP_BEARER_TOKEN_FILE = "<your SSH_MCP_HTTP_BEARER_TOKEN_FILE>"
SSH_MCP_HTTP_PUBLIC_URL = "<your SSH_MCP_HTTP_PUBLIC_URL>"
SSH_MCP_HTTP_TRUST_PROXY = "<your SSH_MCP_HTTP_TRUST_PROXY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ssh-mcp-pro": {
"command": "npx",
"args": [
"-y",
"ssh-mcp-pro"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ssh-mcp-pro": {
"command": "npx",
"args": [
"-y",
"ssh-mcp-pro",
"--transport=http",
"--host",
"127.0.0.1",
"--port",
"3000"
],
"env": {
"SSH_MCP_HTTP_ALLOWED_ORIGINS": "<your SSH_MCP_HTTP_ALLOWED_ORIGINS>",
"SSH_MCP_HTTP_BEARER_TOKEN_FILE": "<your SSH_MCP_HTTP_BEARER_TOKEN_FILE>",
"SSH_MCP_HTTP_PUBLIC_URL": "<your SSH_MCP_HTTP_PUBLIC_URL>",
"SSH_MCP_HTTP_TRUST_PROXY": "<your SSH_MCP_HTTP_TRUST_PROXY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ssh-mcp-pro": {
"command": "npx",
"args": [
"-y",
"ssh-mcp-pro"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"ssh-mcp-pro": {
"command": "npx",
"args": [
"-y",
"ssh-mcp-pro",
"--transport=http",
"--host",
"127.0.0.1",
"--port",
"3000"
],
"env": {
"SSH_MCP_HTTP_ALLOWED_ORIGINS": "<your SSH_MCP_HTTP_ALLOWED_ORIGINS>",
"SSH_MCP_HTTP_BEARER_TOKEN_FILE": "<your SSH_MCP_HTTP_BEARER_TOKEN_FILE>",
"SSH_MCP_HTTP_PUBLIC_URL": "<your SSH_MCP_HTTP_PUBLIC_URL>",
"SSH_MCP_HTTP_TRUST_PROXY": "<your SSH_MCP_HTTP_TRUST_PROXY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ssh-mcp-pro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ssh-mcp-pro"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"ssh-mcp-pro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ssh-mcp-pro",
"--transport=http",
"--host",
"127.0.0.1",
"--port",
"3000"
],
"env": {
"SSH_MCP_HTTP_ALLOWED_ORIGINS": "<your SSH_MCP_HTTP_ALLOWED_ORIGINS>",
"SSH_MCP_HTTP_BEARER_TOKEN_FILE": "<your SSH_MCP_HTTP_BEARER_TOKEN_FILE>",
"SSH_MCP_HTTP_PUBLIC_URL": "<your SSH_MCP_HTTP_PUBLIC_URL>",
"SSH_MCP_HTTP_TRUST_PROXY": "<your SSH_MCP_HTTP_TRUST_PROXY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ssh-mcp-pro": {
"command": "npx",
"args": [
"-y",
"ssh-mcp-pro"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ssh-mcp-pro": {
"command": "npx",
"args": [
"-y",
"ssh-mcp-pro",
"--transport=http",
"--host",
"127.0.0.1",
"--port",
"3000"
],
"env": {
"SSH_MCP_HTTP_ALLOWED_ORIGINS": "<your SSH_MCP_HTTP_ALLOWED_ORIGINS>",
"SSH_MCP_HTTP_BEARER_TOKEN_FILE": "<your SSH_MCP_HTTP_BEARER_TOKEN_FILE>",
"SSH_MCP_HTTP_PUBLIC_URL": "<your SSH_MCP_HTTP_PUBLIC_URL>",
"SSH_MCP_HTTP_TRUST_PROXY": "<your SSH_MCP_HTTP_TRUST_PROXY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ssh-mcp-pro": {
"command": "npx",
"args": [
"-y",
"ssh-mcp-pro"
]
}
}
}{
"mcpServers": {
"ssh-mcp-pro": {
"command": "npx",
"args": [
"-y",
"ssh-mcp-pro",
"--transport=http",
"--host",
"127.0.0.1",
"--port",
"3000"
],
"env": {
"SSH_MCP_HTTP_ALLOWED_ORIGINS": "<your SSH_MCP_HTTP_ALLOWED_ORIGINS>",
"SSH_MCP_HTTP_BEARER_TOKEN_FILE": "<your SSH_MCP_HTTP_BEARER_TOKEN_FILE>",
"SSH_MCP_HTTP_PUBLIC_URL": "<your SSH_MCP_HTTP_PUBLIC_URL>",
"SSH_MCP_HTTP_TRUST_PROXY": "<your SSH_MCP_HTTP_TRUST_PROXY>"
}
}
}
}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.oaslananka%2Fssh-mcp-pro)<a href="https://mcptoplist.com/server/io.github.oaslananka%2Fssh-mcp-pro"><img src="https://mcptoplist.com/badge/io.github.oaslananka%2Fssh-mcp-pro.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
oaslananka
Other servers by oaslananka
- KiCad MCP Pro#436 · 19 vers
- easyeda-mcp-pro#1,340 · 9 vers
- SSH MCP Tool#2,734 · 7 vers
- Boardreadyops#2,766 · 6 vers
- Kicad Studio Kit#2,983 · 5 vers
- A2amesh#4,648 · 5 vers
- Fovux Kit#6,413 · 7 vers
- MCP Health Monitor#9,900 · 3 vers
- Toon Tools Vsx#10,159 · 5 vers
- MCP Infra Lens#10,175 · 2 vers
- notebooklm-mcp-pro#11,517
- MCP Debug Recorder#12,211 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 1.1.5 | Jul 6, 2026 |
| 1.1.4 | Jun 16, 2026 |
Frequently asked questions
- Who maintains ssh-mcp-pro?
- ssh-mcp-pro is maintained by oaslananka, which publishes 22 MCP servers (80 total versions) tracked on MCP Toplist.
- Is ssh-mcp-pro listed on the Official MCP Registry?
- Yes — ssh-mcp-pro is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does ssh-mcp-pro have?
- MCP Toplist tracks 2 versions of ssh-mcp-pro, most recently published on Jul 6, 2026.
- Where can I find the source code for ssh-mcp-pro?
- The source code for ssh-mcp-pro is hosted at github.com/oaslananka/ssh-mcp-pro.