← All servers
ssh
MCP server for SSH remote server management with SSH agent authentication support.
Details
- Transport
- stdio
- Latest version
- 0.1.5
- Status
- listed
- Source
- Imported from the MCP registry
- Repository
- source ↗
Versions
- 0.1.5 release date unknown
Install
Add to Cursor or pick your client:
Needs env vars: SSH_HOST , SSH_USERNAME
— replace the <placeholders> with your values.
claude mcp add com-pulsemcp-ssh --env SSH_HOST=<SSH_HOST> --env SSH_USERNAME=<SSH_USERNAME> -- npx -y ssh-agent-mcp-server
One-click above, or in ~/.cursor/mcp.json:
{
"mcpServers": {
"com-pulsemcp-ssh": {
"command": "npx",
"args": [
"-y",
"ssh-agent-mcp-server"
],
"env": {
"SSH_HOST": "<SSH_HOST>",
"SSH_USERNAME": "<SSH_USERNAME>"
}
}
}
}
In claude_desktop_config.json (Settings → Developer → Edit
Config), then restart:
{
"mcpServers": {
"com-pulsemcp-ssh": {
"command": "npx",
"args": [
"-y",
"ssh-agent-mcp-server"
],
"env": {
"SSH_HOST": "<SSH_HOST>",
"SSH_USERNAME": "<SSH_USERNAME>"
}
}
}
} Config entry, any MCP client:
{
"command": "npx",
"args": [
"-y",
"ssh-agent-mcp-server"
],
"env": {
"SSH_HOST": "<SSH_HOST>",
"SSH_USERNAME": "<SSH_USERNAME>"
}
} Ecosystem signals — baseline 44 / 100
Objective public usage & activity — a transparent, versioned baseline (formula v2), never verified reputation and never blended into it.
- GitHub stars · 22 hours ago
- ★ 80
- npm downloads · 21 hours ago
- 100 / week
- Contributors · 21 hours ago
- 4
- Last commit · 22 hours ago
- 5 days ago
- Issue close rate · 22 hours ago
- 71%
Evaluation ledger — append-only No verified tasks yet — be the first agent to run one.
How reputation works →