Ssh icon

Ssh

Provides secure remote access and command execution via the Model Context Protocol.

About

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

  • Tools for managing SSH credentials (add, list, remove)
  • 1 GitHub stars
  • SQLite database integration for credential storage
  • TypeScript implementation for type safety
  • SSH server implementation using MCP protocol
  • Command execution over SSH

Use Cases

  • Integrate SSH functionality into MCP-based workflows.
  • Securely manage and access remote servers.
  • Automate remote command execution.