UNPKG

mcp-ssh-tool

Version:

Model Context Protocol (MCP) SSH client server for remote automation

10 lines (9 loc) 282 B
#!/usr/bin/env node /** * SSH MCP Server - Entry Point * * A Model Context Protocol (MCP) server that provides SSH automation tools * for GitHub Copilot and VS Code. Supports remote command execution, file * operations, and system administration tasks over SSH. */ export {};