MCP SSH Manager
Rank #895io.github.bvisible/mcp-ssh-manager
SSH server management for agents, with per-server read-only and allowlist security modes
MCP SSH Manager is a Model Context Protocol (MCP) server published by bvisible. It ranks #895 of 115,591 servers tracked on MCP Toplist, and its repository has 463 GitHub stars. MCP SSH Manager is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Aug 13, 2025 and most recently updated on Aug 28, 2026.
Ranks ahead of 114,696 of 115,591 servers on MCP Toplist.
Use MCP SSH Manager
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-ssh-manager -e "SSH_CONFIG_PATH=<your SSH_CONFIG_PATH>" -e "SSH_ENV_PATH=<your SSH_ENV_PATH>" -- npx -y mcp-ssh-managerReplace each placeholder with your own value before saving.
[mcp_servers.mcp-ssh-manager]
command = "npx"
args = ["-y", "mcp-ssh-manager"]
[mcp_servers.mcp-ssh-manager.env]
SSH_CONFIG_PATH = "<your SSH_CONFIG_PATH>"
SSH_ENV_PATH = "<your SSH_ENV_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ssh-manager": {
"command": "npx",
"args": [
"-y",
"mcp-ssh-manager"
],
"env": {
"SSH_CONFIG_PATH": "<your SSH_CONFIG_PATH>",
"SSH_ENV_PATH": "<your SSH_ENV_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ssh-manager": {
"command": "npx",
"args": [
"-y",
"mcp-ssh-manager"
],
"env": {
"SSH_CONFIG_PATH": "<your SSH_CONFIG_PATH>",
"SSH_ENV_PATH": "<your SSH_ENV_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-ssh-manager": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-ssh-manager"
],
"env": {
"SSH_CONFIG_PATH": "<your SSH_CONFIG_PATH>",
"SSH_ENV_PATH": "<your SSH_ENV_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ssh-manager": {
"command": "npx",
"args": [
"-y",
"mcp-ssh-manager"
],
"env": {
"SSH_CONFIG_PATH": "<your SSH_CONFIG_PATH>",
"SSH_ENV_PATH": "<your SSH_ENV_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ssh-manager": {
"command": "npx",
"args": [
"-y",
"mcp-ssh-manager"
],
"env": {
"SSH_CONFIG_PATH": "<your SSH_CONFIG_PATH>",
"SSH_ENV_PATH": "<your SSH_ENV_PATH>"
}
}
}
}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.bvisible%2Fmcp-ssh-manager)<a href="https://mcptoplist.com/server/io.github.bvisible%2Fmcp-ssh-manager"><img src="https://mcptoplist.com/badge/io.github.bvisible%2Fmcp-ssh-manager.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
bvisible
Other servers by bvisible
View all bvisible servers →Available versions (2)
| Version | Published |
|---|---|
| 3.8.3 | Aug 28, 2026 |
| 3.8.2 | Aug 28, 2026 |
Frequently asked questions
- Who maintains MCP SSH Manager?
- MCP SSH Manager is maintained by bvisible, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is MCP SSH Manager listed on the Official MCP Registry?
- Yes — MCP SSH Manager is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does MCP SSH Manager have?
- MCP Toplist tracks 2 versions of MCP SSH Manager, most recently published on Aug 28, 2026.
- Where can I find the source code for MCP SSH Manager?
- The source code for MCP SSH Manager is hosted at github.com/bvisible/mcp-ssh-manager.