SSH server management with zero-token SFTP file transfer and SOCKS proxy support
claude mcp add sshmcp -- npx -y @nl4ever/sshmcp
claude_desktop_config.json
{
"mcpServers": {
"sshmcp": {
"command": "npx",
"args": [
"-y",
"@nl4ever/sshmcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"sshmcp": {
"command": "npx",
"args": [
"-y",
"@nl4ever/sshmcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sshmcp": {
"command": "npx",
"args": [
"-y",
"@nl4ever/sshmcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"sshmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nl4ever/sshmcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"sshmcp": {
"command": "npx",
"args": [
"-y",
"@nl4ever/sshmcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.NikolaNddTesla--sshmcp/reviews or the review_server meta-tool.
POST /mcp