Provides secure remote access and command execution via the Model Context Protocol.
Sponsored
This server implements a Model Context Protocol (MCP) server with SSH capabilities, enabling secure remote access and command execution. It leverages a SQLite database for persistent storage of SSH credentials and offers tools for managing these credentials, including adding, listing, and removing them. The server also allows for executing arbitrary commands on remote hosts via SSH using stored or provided credentials.
Key Features
01Tools for managing SSH credentials (add, list, remove)
021 GitHub stars
03SQLite database integration for credential storage
04TypeScript implementation for type safety
05SSH server implementation using MCP protocol
06Command execution over SSH
Use Cases
01Integrate SSH functionality into MCP-based workflows.