
Sshmcp
Let your coding agent run SSH commands, SFTP transfers, and SOCKS tunnels on remote servers without stuffing file contents into the chat context.
Overview
io.github.NikolaNddTesla/sshmcp is an Operate-phase MCP server that manages SSH hosts with zero-token SFTP transfers and SOCKS proxy support.
What is this MCP server?
- Stdio MCP server (@nl4ever/sshmcp on npm) for SSH session management from Claude Code, Cursor, or Codex
- Zero-token SFTP file transfer so large deploy assets move host-to-host without bloating the model context
- SOCKS proxy support for reaching private subnets and bastion-style access patterns
- stdio transport aligned with MCP 2025-12-11 server schema (v1.2.1)
- GitHub-backed package at NikolaNddTesla/ssh-mcp-server for audit and version pinning
- Package version 1.2.1 on npm as @nl4ever/sshmcp
- Advertises zero-token SFTP file transfer
- Includes SOCKS proxy support in server description
Community signal: 10 GitHub stars.
What problem does it solve?
Pushing server fixes and moving files through an AI agent usually wastes context tokens and invites unsafe copy-paste of credentials and paths.
Who is it for?
Indie devs on a few Linux VPS or home-lab servers who want agent-driven ops without pasting entire directories into the prompt.
Skip if: Teams that only deploy via fully managed PaaS with no shell access, or anyone unwilling to scope SSH keys and least-privilege users.
What do I get? / Deliverables
After you add the stdio MCP server, your agent can operate on remote machines and sync files over SFTP while keeping chat context lean.
- Registered stdio MCP server pointing at @nl4ever/sshmcp v1.2.1
- Agent-callable SSH and SFTP workflows on configured hosts
- Optional SOCKS proxy path for tunneled access to restricted networks
Recommended MCP Servers
Journey fit
Remote server work belongs in Operate because it is about keeping deployments reachable, moving artifacts, and tunneling into production—not greenfield product design. Infra is the canonical shelf for SSH-based host management, proxy setup, and direct file sync that bypasses token-heavy copy-paste workflows.
How it compares
Remote-infra MCP integration, not a local git or CI skill.
Common Questions / FAQ
Who is io.github.NikolaNddTesla/sshmcp for?
Solo builders and small teams who maintain SSH-accessible servers and want Claude Code, Cursor, or similar agents to run remote ops safely.
When should I use io.github.NikolaNddTesla/sshmcp?
Use it during Operate when you deploy, sync files over SFTP without token bloat, or need SOCKS tunneling into private networks.
How do I add io.github.NikolaNddTesla/sshmcp to my agent?
Install the npm package @nl4ever/sshmcp, register it as an stdio MCP server in your client config, and supply SSH credentials via your host's secret store—not in repo files.