SSH MCP Server provides secure remote access and command execution capabilities through the Model Context Protocol. It allows AI assistants to execute SSH commands on remote servers using stored credentials, with a SQLite database for persistent credential management. The implementation includes tools for executing commands, adding/removing credentials, and listing available connections - making it particularly valuable for system administration tasks and remote server management without leaving the conversation interface.
No reviews yet. Be the first to review!
Sign in to join the conversation
Execute a command over SSH. Parameters: host (string, required), command (string, required), username (string, required), privateKeyPath (string, required)
Add a new SSH credential. Parameters: name (string, required), host (string, required), username (string, required), privateKeyPath (string, required)
List all stored SSH credentials. Parameters: None
Remove a stored SSH credential. Parameters: name (string, required)