tenox7/ssh-mcp
3.3
If you are the rightful owner of ssh-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
SSH MCP server allows executing commands on remote hosts via SSH, providing a seamless way to manage remote systems.
Tools
3
Resources
0
Prompts
0
ssh-mcp
SSH MCP server that works. Execute commands on remote hosts via SSH. Also supports scp/sftp.
Usage with Claude Code
Run without installing
claude mcp add ssh-mcp -- go run github.com/tenox7/ssh-mcp@latest
Install
go install github.com/tenox7/ssh-mcp@latest
claude mcp add ssh-mcp $(go env GOPATH)/bin/ssh-mcp
Testing with Inspector
npx @modelcontextprotocol/inspector -- go run github.com/tenox7/ssh-mcp@latest
Authentication
Uses default SSH key from ~/.ssh/ (id_ed25519, id_rsa, or id_ecdsa).