SSH Server MCP
JSON →An MCP server that provides SSH-based remote management tools, acting as proxy
Install
pip install -r Tools · 16
- test_ssh_connection Test SSH connectivity
- get_server_info Get system information
- execute_command Execute commands
- read_file Read file contents
- write_file Write file contents
- list_directory List directory contents
- get_service_status Check service status
- start_service Start a service
- stop_service Stop a service
- restart_service Restart a service
- list_processes List running processes
- kill_process Kill a process
- check_port Check port status
- get_network_connections Get network connections
- tail_log Tail log files
- search_log Search log files
Environment variables
SERVER_HOSTSERVER_PORT
Links
★ 5 GitHub stars