ssh-mcp-server

ssh-mcp-server

3.4

If you are the rightful owner of ssh-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server implementation that provides SSH capabilities, allowing for secure remote access and execution through the MCP protocol.

The SSH MCP Server is a robust implementation of the Model Context Protocol (MCP) that integrates SSH capabilities, enabling secure remote access and command execution. Built with TypeScript for enhanced type safety and development experience, it also incorporates SQLite for data persistence. This server is designed to facilitate secure and efficient remote operations, making it a valuable tool for developers and system administrators who require reliable SSH access. The server supports various tools for executing commands, managing credentials, and more, all through a streamlined MCP interface.

Features

  • SSH server implementation using MCP protocol
  • SQLite database integration for data persistence
  • TypeScript implementation for type safety and better development experience

Tools

  1. ssh_exec

    Execute a command over SSH.

  2. add_credential

    Add a new SSH credential.

  3. list_credentials

    List all stored SSH credentials.

  4. remove_credential

    Remove a stored SSH credential.